Controls Use the arrow keys to move N - goes to the next level P - goes to the previous level R - restarts the level Colors Black is platforms Orange makes you bounce Green sends you to the next level Level creator tools: M - allows the player to move freely using the arrow keys but you can't interact with anything (to return to normal play click r) Adding a Block: Space bar - allows you to click in two locations and puts a 16 character string in the variable new block coordinates. If you then put these coordinates into the ground list along with a color (0 - black, 1 - green, 2 -orange) a block should appear in that location once you restart the level. Adding Text: Click t then click where you want the text to go then follow the directions and a variable should appear with a number that should make the text appear
11/18/21 Added "THE END!" text to level 4 12/28/19 Finally added correct collision for the player 12/19/19 Forgot about this project but it is now playable. I am trying to implement better collision 5/4/19 Fixed funny collision! Thanks to Abitofeverything for suggesting how to do it. Well... it's still a bit strange but if no one notices it should be fine! 4/29/19 Added level 3 Made text more natural Turbo mode (shift + click flag) now works as an option and looks slightly better than normal 3/12/19 Text added. Still a bit funny though... The text is made using Simonsez04's Simple Pen Text Engine (Tutorial?) Link: https://scratch.mit.edu/projects/189725782/#player Click t then click where you want the text to go then follow the directions and a variable should appear with a number that should make the text appear ----------------------------------------------------------------- 2/27/19 If you fall off the platforms you have to restart as there is nothing that automatically does that Only two levels right now but I'm planning to add more levels and colors The circle that you see as the player only collides at a single point on the bottom in the middle. I'm not sure how to fix that so please comment if you know.