Basic Of Object Movement | TUTORIAL
ni ian_kusmiran
Basic Of Object Movement | TUTORIAL
Mga tag para sa Basic Of Object Movement | TUTORIAL
Deskripsyon
In this tutorial we are going to learn the basic of object movement. You can use arrow keys to drive ship in four directions up, down, left and right
Paano Maglaro
Follow the insctruction
Mga Komento
Tukkun
Jun. 23, 2009
And this is a TERRIBLE way to do this. Better replace 5 with a variable. And add more things to make sure the ship doesn't go off screen like if (Key.isDown (Key.LEFT) && _x > 30) { instead of just Key.isDown (Key.LEFT).
Tukkun
Jun. 23, 2009
AS2
dragonewyn
Jun. 23, 2009
move mouse on pictures to make them larger. Is this AS2 or AS3?