Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how to make a game pause screen?
- bcstahlman13
-
100+ posts
how to make a game pause screen?
Well, the pause screen could be a backdrop. You could also have a global variable called pause that you could set to 1. Other scripts could look at this variable to decide whether or not they should hide or show themselves, or keep their scripts running. You could also communicate the paused state to other sprites through a broadcast event. Let me know if this helps. Maybe you'll get another opinion as well. Happy Scratching!
- asivi
-
1000+ posts
how to make a game pause screen?
https://scratch.mit.edu/projects/115559834/ might be helpful..
- bcstahlman13
-
100+ posts
how to make a game pause screen?
https://scratch.mit.edu/projects/115559834/ might be helpful..Nice job with the project, asivi. Demonstrates the concept well.
- Discussion Forums
- » Help with Scripts
-
» how to make a game pause screen?