PLATFORM ONE (Generalised Multi-Level Platformer) Click the Flag to Start - Up, Down, Right, Left to move. Want more Levels? Just add more costumes to the Background sprite. The Code sets the number of Levels by counting the number of Costumes, so no need to change the Code when you add more levels.
Created by @gregatku for use in Coding Classes for Kids Unlimited. By making the Background a Sprite, whatever Platforms and/or Ground you want at each Level, just needs to be part of the Costume for the Background Sprite. NOTE: No "forever" loops, only 1 "when Flag clicked" & No "stop"s.