
How To Make A Symbol Move 4-WAY
Players
0
Rating
4.5★
Categories
Tutorial
About
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; }
Creator
kinglynx
Game Studio
Category
Tutorial
Type
Mini Game
Released
Recently
Players
0
More from kinglynx
More Tutorial games
You might also like
Trending games other players are loving right now.