so i have a mobile game but when ever you tap an arrow it only nudges a bit
Use "is touching" instead if you need continuous moving as the On Tap is a "Trigger once"
Don't use triggered events like On Tap or On Touch, they run only once.
Use conditions like "Is touching object", which run continuously.
what would the object be that it touches.
The same objects you have in your "On tap" events - sprite6, sprite7.
that didn't work either
Develop games in your browser. Powerful, performant & highly capable.
never mind i got confused it worked