Pages: 1
Topic closed
I have a game and i want my timer to stop when one sprite touches an other! Please help! Im new to this!
Offline
use this
when gf clicked forever if touching sprite stop all end
Last edited by coolhogs (2012-03-05 16:56:57)
Actually, the "stop all" block doesn't stop the timer. What you'll want is something like this:
When gf clicked repeat until <touching [sprite1]?> set [display-timer] to (timer) end
Thanks, that worked!