Discuss Scratch
- Discussion Forums
- » Suggestions
- » New scratch idea: Project pause button.
- Sheep_maker
-
Scratcher
1000+ posts
New scratch idea: Project pause button.
That's an interesting question… is having more people wanting/not wanting a suggestion to be implemented more important than listing all the pros and cons?Not everybody agrees with that…Full support!It appears you have not read this sticky.
I said “Full Support!” because I think that this a great idea, and the reasons that I believe that have already been stated, so there is no need for me to copy what they have already said.
- BookOwl
-
Scratcher
1000+ posts
New scratch idea: Project pause button.
I think that if all the reasons you support/no support have already been listed, a plain support/no support is fine, but if you have any other reasons, mention them.That's an interesting question… is having more people wanting/not wanting a suggestion to be implemented more important than listing all the pros and cons?Not everybody agrees with that…Full support!It appears you have not read this sticky.
I said “Full Support!” because I think that this a great idea, and the reasons that I believe that have already been stated, so there is no need for me to copy what they have already said.
- helloandgoodbye9
-
Scratcher
1000+ posts
New scratch idea: Project pause button.
^^^ SupportI think that if all the reasons you support/no support have already been listed, a plain support/no support is fine, but if you have any other reasons, mention them.That's an interesting question… is having more people wanting/not wanting a suggestion to be implemented more important than listing all the pros and cons?Not everybody agrees with that…Full support!It appears you have not read this sticky.
I said “Full Support!” because I think that this a great idea, and the reasons that I believe that have already been stated, so there is no need for me to copy what they have already said.
[/offtopic]But it also says not to just say read the sticky.
- helloandgoodbye9
-
Scratcher
1000+ posts
New scratch idea: Project pause button.
Its good, but the parts that are buggy are VERY buggy. (I looking at you, variable and list watchers (some people use this to detect it like ie hacks))It's not.No support - use phosphorus.But phosphorus is really buggy.
- liam48D
-
Scratcher
1000+ posts
New scratch idea: Project pause button.
1. It isn't hard to make a pause button yourselfIt can be difficult to make some blocks pause-able though, for example the glide block (this is technically possible but still) and the music blocks.
2. We can simply pause music by copying the music and cutting it off to the pauseI'd need tons of clips if I wanted to make the music pause-able at any point.
It means that nobody has implemented a pause button into Scratch's official editor.Support. Snap! and Phosphorus both have this, making the lack of “official” pausing functionality in the UI a sore oversight. Plus, there are some things that just can't be paused and restarted at will, for example, sounds. Some related sound-pausing blocks and whatnot could be useful too.3. If other creators have it, what does that mean about Scratch?

4. Phosphorus is good, but a little buggy. If you NEED to pause a project, just run to phosphorus. Doesn't matter if it's a little buggy.A “little” bug goes a long way in a lot of projects.. meaning that because Phosphorus is a “little” buggy, many projects don't work with Phosphorus (in part or at all).
Last edited by liam48D (March 21, 2016 12:07:45)
- mrbobbygreathead
-
Scratcher
1000+ posts
New scratch idea: Project pause button.
It requires a complete project restructure with broadcasts and stops.No support, you can just use phosphorus.
Also, it wouldn't be too hard to program it yourself.
- ZL
so quote this and use the blocks to build the script of a pause.
- storytellergirl2247
-
Scratcher
100+ posts
New scratch idea: Project pause button.
please, will you stop fighting? if you have sopourt, comment that! if not, don't!
- AwesomePerson238243
-
Scratcher
100+ posts
New scratch idea: Project pause button.
No support, you can just use phosphorus.what is phosphorus? I'm guessing your not talking about actual phosphorus
Also, it wouldn't be too hard to program it yourself.
- ZL
- helloandgoodbye9
-
Scratcher
1000+ posts
New scratch idea: Project pause button.
please, will you stop fighting? if you have sopourt, comment that! if not, don't!We are simply discussing and trying to figure out why there is no support, or how to do this. Also, people with no support can comment that and explain why. This leads to clearer and better suggestions.
Its an amazing scratch viewer that runs scrach projects very fast, in addition to adding a pause button. While some projects recommend you to use it on thier project, it is VERY buggy, which can cause some projects to break. It is located at phosphorus.github.io.No support, you can just use phosphorus.what is phosphorus? I'm guessing your not talking about actual phosphorus
Also, it wouldn't be too hard to program it yourself.
- ZL
- helloandgoodbye9
-
Scratcher
1000+ posts
New scratch idea: Project pause button.
I would like to say that I learned from here it is possible, but very hard to pause music. Also, you need an external editor. So my support is still here.
- DownsGameClub
-
Scratcher
1000+ posts
New scratch idea: Project pause button.
From what I heard of, it is a different program to run Scratch. I hear that it is very buggy.No support, you can just use phosphorus.what is phosphorus? I'm guessing your not talking about actual phosphorus
Also, it wouldn't be too hard to program it yourself.
- ZL
Anyway, can you clarify about the sound issue?
- scratchisthebest
-
Scratcher
1000+ posts
New scratch idea: Project pause button.
Support because of this:
Support. For anyone who says there are “easy” workarounds, try pausing music.Either a pause button should be added to the top bar, or there should be at least these blocks:
pause all sounds ::sound
unpause all sounds ::sound
- helloandgoodbye9
-
Scratcher
1000+ posts
New scratch idea: Project pause button.
Support because of this:I now support these blocks, plus a pause button at the top. However, I would like more sound block pauses, such as:Support. For anyone who says there are “easy” workarounds, try pausing music.Either a pause button should be added to the top bar, or there should be at least these blocks:pause all sounds ::sound
unpause all sounds ::sound
pause sound [epicsoundtrack v] ::stack sound
resume sound [epicsoundtrack v] ::stack sound
Support. I'm assuming that all sounds, blocks that take longer than expected, the timer, and loops pause and resume as if nothing has happened. I'm also assuming that, like stopping a project, event blocks can still be triggered and there's this block:pause project::cap controlI'm also assuming that using workarounds, it would be possible to automatically unpause a project. I'd expect that clones and graphic effects don't get removed like when the project is stopped.
Support.I only semi-support this. What I would like instead would be below:
both the pause/unpause button andpause program::control
pause sprite [sprite1 v] :: stack controlThis will pause anything the sprite is doing. As the creator of the project will put this in, they are responsible for making it compatible with everything. Perhaps also add this block to make it easier to resume.
resume sprite [sprite1 v] :: stack control
when sprite [sprite1 v] is resumed :: hat control
When project is resumed :: hat control
Still, if you hit the stop button, the project can still continue (wondering how? see below)…………Can a project unpause itself?Since pausing freezes all of the scripts, even if we added an unpause block, it would never work since none of the scripts are running and therefore none of them can run it.
…
when gf clickedTherefore, I also support the below:
forever
set [stop detector v] to (timer)
when [timer v] > (stop detector)
...
when sprite [sprite1 v] is paused :: hat controlHowever, I feel the below are too vauge and defeat the purpose of the pause button:
When project is paused :: hat control
pause project :: cap control
resume project :: stack control
Last edited by helloandgoodbye9 (March 23, 2016 00:38:22)
- Sheep_maker
-
Scratcher
1000+ posts
New scratch idea: Project pause button.
Event blocks can't be frozen (because they aren't running) but they can still be activated even when the project is stopped (as demonstrated via the when > and when key pressed blocks). However, the event blocks could just not activate (or get automatically paused) when the project is in “pause mode”Can a project unpause itself?Since pausing freezes all of the scripts, even if we added an unpause block, it would never work since none of the scripts are running and therefore none of them can run it.
- JavierR100
-
Scratcher
500+ posts
New scratch idea: Project pause button.
[removed]
Last edited by JavierR100 (Aug. 7, 2016 23:13:56)
- Midnafuzzer
-
Scratcher
100+ posts
New scratch idea: Project pause button.
Calling all Scratch Team members!I totally support this. It would help so much, with animation…
on scratch, there are times i need to pause the project, but i groun when i remember that there is no such thing!can you please add on so that people can pause so that people don't need to start a project over to when leaving the computer for a moment! could you try? thank you!
(BTW, i thought of this when my sis was doing a project with a ton of levels and we had to eat lunch. here is the project she was on.)
- Discussion Forums
- » Suggestions
-
» New scratch idea: Project pause button.












can you please add on so that people can pause so that people don't need to start a project over to when leaving the computer for a moment! could you try? thank you!
