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?)
Or, if your definition of moving forward is this.whenclicked
forever ifkeyup arrow ▼pressed?wait untilnotkeyup arrow ▼pressed?change y by10
whenclicked
forever ifkeyup arrow ▼pressed?wait untilnotkeyup arrow ▼pressed?move10steps
Offline