Personally, I think we need a pause button for Scratch. Because what if our mom calls us? Or we have to use the bathroom?
Supporters:
CheckItNow12
What do you guys think?
Offline
It sounds neat, but after trying it in BYOB I didn't think it was that useful, I'd say it's not really worth it. Usually Scratch projects are pretty short, so you can start over when your mom calls.
Last edited by stevetheipad (2012-06-24 11:04:24)
Offline
Just program it yourself. Make a variable called "paused?", and then make a script that sets it to 0 or 1 when a key or something is pressed. Then just wrap every script with a
if <(paused?) = [0]> script end
Offline
RedRocker227 wrote:
Just program it yourself. Make a variable called "paused?", and then make a script that sets it to 0 or 1 when a key or something is pressed. Then just wrap every script with a
if <(paused?) = [0]> script end
Those glitch a LOT.
I support!
Offline
funelephant wrote:
RedRocker227 wrote:
Just program it yourself. Make a variable called "paused?", and then make a script that sets it to 0 or 1 when a key or something is pressed. Then just wrap every script with a
if <(paused?) = [0]> script endThose glitch a LOT.
I support!
Not for me...
Offline
funelephant wrote:
RedRocker227 wrote:
Just program it yourself. Make a variable called "paused?", and then make a script that sets it to 0 or 1 when a key or something is pressed. Then just wrap every script with a
if <(paused?) = [0]> script endThose glitch a LOT.
I support!
They only glitch if you use repeat blocks or wait blocks.
Offline
RedRocker227 wrote:
funelephant wrote:
RedRocker227 wrote:
Just program it yourself. Make a variable called "paused?", and then make a script that sets it to 0 or 1 when a key or something is pressed. Then just wrap every script with a
if <(paused?) = [0]> script endThose glitch a LOT.
I support!Not for me...
it really depends on what your project is
i think a "pause" button would be cool
stevetheipad wrote:
It sounds neat, but after trying it in BYOB I didn't think it was that useful, I'd say it's not really worth it. Usually Scratch projects are pretty short, so you can start over when your mom calls.
most projects are short but once i saw someone made a full 2 hour movie which would be a pain to start over
Last edited by 777w (2012-06-24 12:52:15)
Offline
chanmanpartyman wrote:
funelephant wrote:
RedRocker227 wrote:
Just program it yourself. Make a variable called "paused?", and then make a script that sets it to 0 or 1 when a key or something is pressed. Then just wrap every script with a
if <(paused?) = [0]> script endThose glitch a LOT.
I support!They only glitch if you use repeat blocks or wait blocks.
Oh yeah. Well, just replace the
wait until <event> do stuffwith
wait until < <event> or <(paused?) = [1]> > if <(paused?) = [0]> do stuff endAlso, once the project is paused, how are you going to be able to unpause it?
Offline
RedRocker227 wrote:
chanmanpartyman wrote:
funelephant wrote:
Those glitch a LOT.
I support!They only glitch if you use repeat blocks or wait blocks.
Oh yeah. Well, just replace the
wait until <event> do stuffwithwait until < <event> or <(paused?) = [1]> > if <(paused?) = [0]> do stuff endAlso, once the project is paused, how are you going to be able to unpause it?
you could click the pause button again to unpause it
Offline
777w wrote:
RedRocker227 wrote:
chanmanpartyman wrote:
They only glitch if you use repeat blocks or wait blocks.Oh yeah. Well, just replace the
wait until <event> do stuffwithwait until < <event> or <(paused?) = [1]> > if <(paused?) = [0]> do stuff endAlso, once the project is paused, how are you going to be able to unpause it?you could click the pause button again to unpause it
But the script that will unpause it will be paused, so you won't be able to.
Offline
Most projects aren't long enough to require a pause button. And those that are long enough usually have it anyways. I always program menu features into my longer games.
Offline
777w wrote:
most projects are short but once i saw someone made a full 2 hour movie which would be a pain to start over
gimme a link to that
Offline
Since it looks like there's already a thread with the same suggestion (link), I'm closing this thread.
Offline