Discuss Scratch

LightningGuy
Scratcher
100+ posts

Pause Button

I think a pause button would be really helpful for Scratch. It would be really helpful for game makers to use a pause button, and the games would look more professional. To see this block in action, click on the link here and look in the control pallet. Reply if you think this is a good idea!
ErnieParke
Scratcher
1000+ posts

Pause Button

Although yes, a pause button would be nice and more professional, I don't support the idea. That's because scratchers need to be able to learn how to make their own pause button, and see how one works. Having a built-in pause button would ruin that. Plus, Scratchers would have the added flexibility of making their pause button look however they want, and in general, they 'd have more flexibility over what it can do (like kidding/showing mid-project).

No support,

ErnieParke
JamesOuO
Scratcher
500+ posts

Pause Button

Look at gravity 3 in my stuff. It has a pause button I made. If everyone had access to that, it wouldn't be as special. Also, mine has a music setting bar, fades the screen, and has cool elevator music.
LightningGuy
Scratcher
100+ posts

Pause Button

Thanks for the input!

Last edited by LightningGuy (Dec. 8, 2013 00:24:07)

linopa
Scratcher
40 posts

Pause Button

ErnieParke wrote:

Although yes, a pause button would be nice and more professional, I don't support the idea. That's because scratchers need to be able to learn how to make their own pause button, and see how one works. Having a built-in pause button would ruin that. Plus, Scratchers would have the added flexibility of making their pause button look however they want, and in general, they 'd have more flexibility over what it can do (like kidding/showing mid-project).

No support,

ErnieParke

I agree with you.
blob8108
Scratcher
1000+ posts

Pause Button

Snap! has this feature.
EvaSharp
Scratcher
20 posts

Pause Button

Wow snap looks like 1.3

Last edited by EvaSharp (Dec. 3, 2013 01:16:35)

LightningGuy
Scratcher
100+ posts

Pause Button

blob8108 wrote:

Snap! has this feature.
Yes. That is where I came up with the idea. (:
16carlsm
Scratcher
75 posts

Pause Button

I think there should be a block called “pause” and a block called “play”. I personally think this would be best for animations like @WazzoTV's where you might need to stop during the animation.
ErnieParke
Scratcher
1000+ posts

Pause Button

16carlsm wrote:

I think there should be a block called “pause” and a block called “play”. I personally think this would be best for animations like @WazzoTV's where you might need to stop during the animation.
The problem is if you stop everything, how would you start it back up again? You'd have to have someone click a sprite, and that is re-creatable. As for anything else it “might” be used for, the project's stopped, so it can't start back up again.

The play button is also re-creatable. Overall, I don't support either idea, but they were nice ones.

No support,

ErnieParke
Blaze349
Scratcher
1000+ posts

Pause Button

ErnieParke wrote:

16carlsm wrote:

I think there should be a block called “pause” and a block called “play”. I personally think this would be best for animations like @WazzoTV's where you might need to stop during the animation.
The problem is if you stop everything, how would you start it back up again? You'd have to have someone click a sprite, and that is re-creatable. As for anything else it “might” be used for, the project's stopped, so it can't start back up again.

The play button is also re-creatable. Overall, I don't support either idea, but they were nice ones.

No support,

ErnieParke
MegaApuTurkUltra
Scratcher
1000+ posts

Pause Button

No support. This could lead to weird bugs that would get new scratchers confused.

Use {stop [all v]} and replace some scripts with {when [ v] received} as a workaround .

Last edited by MegaApuTurkUltra (Sept. 22, 2014 11:58:10)

stickfiregames
Scratcher
1000+ posts

Pause Button

Support for a pause/play button (next to the green flag), not for the block.
LightningGuy
Scratcher
100+ posts

Pause Button

stickfiregames wrote:

Support for a pause/play button (next to the green flag), not for the block.
That actually makes more sense.
PullJosh
Scratcher
1000+ posts

Pause Button

Hmm… Interesting, but I'm not sure I support. As many people said above, it's import to learn to program things yourself.
LightningGuy
Scratcher
100+ posts

Pause Button

PullJosh wrote:

Hmm… Interesting, but I'm not sure I support. As many people said above, it's import to learn to program things yourself.
Yeah. I guess. Maybe there should be a tutorial for it by the ST? I dunno.


EPIC GRAMMAR FAIL
LightningGuy
Scratcher
100+ posts

Pause Button

MegaApuTurkUltra wrote:

No support. This could lead to weird bugs that would get new scratchers confused.

Use {stop [all v]} and replace some scripts with {when [ v] received} as a workaround .
Yeah. I have done it in a few projects. I think that somebody should create a tutorial.


Although someone has probably already done it.


And I just sound like a derp.

Charles12310
Scratcher
1000+ posts

Pause Button

LightningGuy wrote:

I think a pause button would be really helpful for Scratch. It would be really helpful for game makers to use a pause button, and the games would look more professional. To see this block in action, click on the link here and look in the control pallet. Reply if you think this is a good idea!
Supporting this idea for reasons provided here.
CatOverload
Scratcher
100+ posts

Pause Button

You could use something like this:

when green flag clicked
forever
if <(paused? no=0 y=1) = [0]> then
put blocks here
end
end
Or you could use an
if <> then 
else
end
statement to make it do stuff while it's paused.

Last edited by CatOverload (Jan. 4, 2018 11:39:14)

--Awesome
Scratcher
59 posts

Pause Button

Support. If it's a really long project, then that would help.

Powered by DjangoBB