Game Overview: In this game the player flies in a plane over a sea and enemy planes try to destroy the player. You encounter an increasing number of enemy planes that try to destroy you. You should avoid these or shoot them. The goal is to stay alive as long as you can and to destroy as many enemy planes as you can.
Make sure you have a copy of the starting game with all the sprites already loaded and ready to go. Go to Student Share> Koppejan> GameMaker Resources...
Make sure you're in Advanced Mode!
If you expand your folders with the "+" beside them, you'll see all the sprites etc that are loaded for you.
We can use GameMaker variables to test things like if something is still in the room. Some of the ones you'll be using in this game:
*We can test/set using the width/height of our room but if we decide later to redesign our rooms and make them bigger, then we don't have to change anything, it'll automatically work.