How to show the Project Title after a project is stopped. - Green Flag. - "Red Stop Sign" or <s> key to stop the project. Explanation ---------------- When the Green Flag is clicked, the code sets Ghost Effect = 100 for the Title sprite. This makes the Title sprite 100% transparent. But when a project is stopped, graphic effects stop. Without Ghost Effect = 100, the Title sprite reappears. Note: If other sprites are moved to the front layer during a project, you need the title moved to the front layer again. You could add "forever go to front layer" or add code to run after the Stop Sign as in this project: https://scratch.mit.edu/projects/325871177/
See this tutorial about what happens after the "stop all" block or Red Stop Sign button. Also how projects run in Scratch and writing scripts that run after "stop all" or the Red Stop Sign: https://scratch.mit.edu/discuss/post/3680384/