This project fixes the project Scratch Can't Count https://scratch.mit.edu/projects/323749687/ which didn't work as it had two "when Green Flag clicked" scripts ran in the wrong order. (These projects are part of a tutorial - see below) Note that there is only one "when Green Flag clicked" script in this project.
https://scratch.mit.edu/discuss/post/3680365/ ** See this tutorial which explains the following topics and more: - why two "when Green Flag scripts" in a project may cause problems (ie. how two "identical" projects run differently because their scripts run in a different order) * how to write projects to fix these problems - why some projects say "Click the Green Flag twice" - how this project works in detail including how scripts pause and yield to allow other scripts to run - how Scratch decides the order to run scripts