Power runner is my first game using clones and codes to generate the levels! To move, use the arrow keys. But be careful! You can only use each key a number of times! Look at the bottom to see how much energy is left for each key. You can get more energy by touching the energy keys on the levels. The goal is to get to the green flag. You can climb on ladders. Press up key to climb up and down key to climb down. You don't have energy for climbing down.
- Please do not play in fullscreen or turbo mode LEVEL CREATOR: If anyone wants to see how I made the levels follow this guide: - Press "See inside" - Go to the sprite called "level" - Start the script that starts with "wait until key space pressed?" by clicking on it - Go out of the editor by pressing "see project page" - Start the game by pressing the green flag - Press space - Wait for the editor to generate. If the squares don't fill up the whole project, try doing it again - Now if you click on a square it will become a object. Press a number key to select object: 1: Block 2: Ladder 3: Flag 4: Left power 5: Right power 6: Up power - When you're finished your level code is in two of the variable lists; objects test and positions test - Go back to inside the project and to the level sprite. At the bottom of the page is a script with a note where it says: "These are the level codes". Replace the first "add" with the code you got in the objects test and the second "add" with the code you got in positions test. Each variable in the list is for a level. The first is for the first level etc. So you can make several levels - Run the game again and have fun :D - Remix if you want to with your own levels!