I am making a game and i was wondering how to make a sprite move forward only by tapping, not being able to work when the button is held. thanks to whoever answers ma question!!!
Offline
NACHOTIME13 wrote:
I am making a game and i was wondering how to make a sprite move forward only by tapping, not being able to work when the button is held. thanks to whoever answers ma question!!!
Tapping?
Offline
Try this for moving up (Is this or definition of forward?)
when gf clicked forever if <key [up arrow v] pressed?> wait until <not <key [up arrow v] pressed?>> change y by (10)Or, if your definition of moving forward is this.
when gf clicked forever if <key [up arrow v] pressed?> wait until <not <key [up arrow v] pressed?>> move (10) steps
Offline