I agree!
Offline
Yes, BYOB has done this, so it wouldn't be hard for the Scratch Team to accomplish this.
Good idea.
Offline
Support!
Offline
I support. BYOB did this.
BTW, it's spelled "pause," not "pauze." Just wanted to point that out.
Offline
You could just make a variable cause 'Paused?' and then on EVERY script, put a:
If 'Paused?=0
[Script here]
End if
Around it.
Then on the pause button, but:
When 'Pause button' clicked
Set 'Paused?' to 1
And then:
When 'Un-pause button' clicked
Set 'Paused?' to 0
Last edited by RedRocker227 (2011-12-15 10:41:49)
Offline