Okay I need to know how to make my timer pause. It's just a <Forever change timer by 1> thing.
I want it so when I receive the level complete page, the timer pauses until I continue.
Offline
Here's what I would use:
when gf clicked set [pause v] to (0) set [timer v] to (0) forever if <(pause) = (0)> change [timer v] by (1) wait (.98) secs end when I receive [level change v] set [pause v] to (1) wait until (ready to continue?) set [pause v] to (0)I hope that this helps!
Last edited by ErnieParke (2012-10-19 11:09:54)
Offline
ErnieParke wrote:
I hope that this helps!
Awesome! Thanks so much. Just curious though why the .98 instead of just using 1 sec ?
Offline
cocelineco wrote:
ErnieParke wrote:
I hope that this helps!
Awesome! Thanks so much. Just curious though why the .98 instead of just using 1 sec ?
Slight delay.
EDIT: download.
Last edited by Firedrake969 (2012-10-19 21:42:30)
Offline
cocelineco wrote:
ErnieParke wrote:
I hope that this helps!
Awesome! Thanks so much. Just curious though why the .98 instead of just using 1 sec ?
Because there's a slight delay. Anyway, your welcome!
Last edited by ErnieParke (2012-10-19 22:11:00)
Offline