Pages: 1
Topic closed
How do you make it so 1 sprite can't pass another sprite/when they're touching one stops moving in that direction
Offline
On your sprite 1, put this as his script When Flag Clicked: Forever: If touching Sprite 2:Move -1 Steps. About the best way to do it harder to stop movement entirely.