Multiple stages
See original GitHub issueExpected Behavior
As we want to build complicated projects, like multiple levels or scenes
we want to manage sprites/actor easily, not all in one place
Think in a normal Mario game, if we want to design a game with 2 levels, we need to put all things in one place
Different screen(stage) includes its own backdrops and sprites
It may also include some new blocks like switch to stage 123
, when stage change to 123
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Multistage rocket - Wikipedia
A multistage rocket or step rocket is a launch vehicle that uses two or more rocket stages, each of which contains its own...
Read more >Multi-stage builds - Docker Documentation
With multi-stage builds, you use multiple FROM statements in your Dockerfile. Each FROM instruction can use a different base, and each of them...
Read more >Stages in Azure Pipelines - Microsoft Learn
Each stage contains one or more jobs. When you define multiple stages in a pipeline, by default, they run one after the other....
Read more >Evidence for multiple stages in the processing of ambiguous ...
The results support a two-stage model in which all readings of ambiguous words are initially accessed and then the inappropriate readings are rapidly ......
Read more >Running multiple steps - Jenkins
Jenkins Pipeline allows you to compose multiple steps in an easy way that can ... pipeline { agent any stages { stage('Build') {...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Maybe as an extension?
@benjiwheeler can you point to an example Scratch project containing multiple scenes or mini games? I am curious to learn how to structure larger game concepts with Scratch.