Mag-log in para masave ang iyong progreso at makaipon ng puntos!
Tutorial On Moveing Object

Tutorial On Moveing Object

ni kinglynx

Loading ad...

Tutorial On Moveing Object

Rating:
2.3
Pinalabas: October 18, 2008
Huling update: October 18, 2008
Developer: kinglynx

Mga tag para sa Tutorial On Moveing Object

Deskripsyon

This is a tutorial on how to make a symbol move in flash using action script.
My second tutorial, please don't be harsh.
I've taken what other people have said in my other tutorial so i could make this one better!
--------HERES THE WHOLE ACTIONSCRIPT---------
on (keyPress "") {
currentX = this._x;
this._x = currentX - 2;
_root.face._rotation = 270;
}
on (keyPress "") {
currentX = this._x;
this._x = currentX + 2;
_root.face._rotation = 90;
}
on (keyPress "") {
currentY = this._y;
this._y = currentY - 2;
_root.face._rotation = 360;
}
on (keyPress "") {
currentY = this._y;
this._y = currentY + 2;
_root.face._rotation = 180;
}

Paano Maglaro

Click, Read, Learn!

Mga Komento

0/1000
manneke150 avatar

manneke150

Nov. 15, 2008

0
0

what program is used ?

Vakem11 avatar

Vakem11

Oct. 26, 2008

0
0

where do u go to create sybol

venturakid94 avatar

venturakid94

Oct. 19, 2008

0
0

um i like it but at the end put a demonstration

AlienKittyInc avatar

AlienKittyInc

Oct. 18, 2008

0
0

Not bad; you didn't just copy and paste from Kongregate's Shootorials, unlike most tutorials, it's actually kinda semi-useful, and I haven't seen this version of a how-to-move script so good job.

tunaburn avatar

tunaburn

Oct. 18, 2008

0
0

booooo tutorials