Discuss Scratch
- Discussion Forums
- » Suggestions
- » Loop Project
- Andygun11
-
100+ posts
Loop Project
When you right-click the stage, there should be a “Loop Project” option.
The way this could work, is if a “stop all” block is activated, or if every script in the project has stopped running, it would automatically click the green flag, so the project would restart.
- blablablahello
-
1000+ posts
Loop Project
some parts of the project might end earlier, so using forever loops wouldn't work Can you just use a forever loop?
https://scratch.mit.edu/projects/798846582/
Example.
(also this is for situations where the original creator didn't mean to have the project looped but u still want it to restart if it ever stops, such as a 1 life platformer)
- cs3868895
-
1000+ posts
Loop Project
Oh….some parts of the project might end earlier, so using forever loops wouldn't work Can you just use a forever loop?
https://scratch.mit.edu/projects/798846582/
Example.
(also this is for situations where the original creator didn't mean to have the project looped but u still want it to restart if it ever stops, such as a 1 life platformer)
I understand now.
- Andygun11
-
100+ posts
Loop Project
While you can do this, the creator of the project would have to do it and nobody else could; unless the user went inside the project and changed the code, which could break the project. Can you just use a forever loop?
https://scratch.mit.edu/projects/798846582/
Example.
- Andygun11
-
100+ posts
Loop Project
Yes, that's what it was meant for.(also this is for situations where the original creator didn't mean to have the project looped but u still want it to restart if it ever stops, such as a 1 life platformer) -snip-
- cs3868895
-
1000+ posts
Loop Project
No wonder why there is a bug…. huh.While you can do this, the creator of the project would have to do it and nobody else could; unless the user went inside the project and changed the code, which could break the project. Can you just use a forever loop?
https://scratch.mit.edu/projects/798846582/
Example.
- Discussion Forums
- » Suggestions
-
» Loop Project