Press space to go up and release it to go down. press the right and left arrow keys for left and right movement. Pressing the down arrow makes you ZOOM downwards. Make sure the enemy doesn't touch you. (has been removed, but will be added back) If it does, you lose a point. You also lose a point if you go to the very bottom. Don't touch the enviromental threats. Also, the sunset levels pink part of the sky will kill you. If your total score is below -9, you lose and the game stops.
CREDITS: MUSIC: heres the youtube link: https://www.youtube.com/watch?v=HEf_xrgmuRI ART: drone was in the lesson/ was in the scratch backdrop options. I set up code to change the enemy drones color. CODE: Is either custom by me, modified from the lesson, or from the lesson directly. SOUNDS/MUSIC: Currently, the only sound is the crunch sound form the scratch sound library. Any music suggestions? Time: 1 hour in total? Changelog: V 0.1: i have the main sprite in place and moving forward with some very primitive code. I also have the animation for the player moving done.moving to the edge changes the baackdrop. V 0.2: I added an enemy that goes up and down. V 0.3: I now have a collision sensor(if touching enemy) and score variable in place. V 0.4: The drone now causes changes in levels and the lose of points. Removed space bar functionality of moving the player right. It now moves the player up. When it's not pressed, the player moves down.The player now can plummet `with the down arrow, and move with left and right keys. Other minor changes. V 0.5: Everything is much smoother and the player has an explosion animation and cause of it. The entire game works better. Other minor changes. V0.6: Now you need to make it to the other side of a level. I added new levels, and made the enemy drone not appear in the game. I will re-implement it soon.The sunset level is SUPER HARD. V 0.7: Made the sunset level easier, and fixed a few bugs. You now start with a score of 5. You also get +2 score every time you complete a level. The ice level is a little easier. Added a game over screen.