Pages: 1
I want to make it so that when the up arrow, down arrow, etc is pressed the sprite will move in that direction (gliding) until another arrow is pressed. How can I go about doing this?
Offline
when gf clicked forever if <key [up arrow v] pressed?> //Change to the key you want change x by [1] //Experiment with changing x and y values to move your sprite end
Offline
Pages: 1