There should be a block that stops all the scripts, but only for a limited amount of time. Not like "stop script" which just stops everything until restarted. I mean make script go away for x beats, the come back. It's universal, so everything stops, then starts again.
[Suspend Script (#) beats]
Offline
Yeas, good idea. I support!
Offline
The-Whiz wrote:
It can be done with blocks we already have.
And how would that be?
Oh yeah, you use, "wait <x> seconds" or wait until <x>
Offline
To wait for a set amount of actual frames in scratch you should use a repeat block which repeats nothing for how many frames you want it suspended for.
eg:
CodeCodeCode...
[blocks]<repeat( 1 <- this waits one frame
<end>[/blocks]
CodeCodeCode...
Last edited by RHY3756547 (2009-11-27 17:37:53)
Offline