Space to fire the plane moves towards your mouse you can't hit anyone yet, you can only fire one shot at a time, and the shots move straight up. FUN FACT: My thumbnail takes up more than half of the assets.
@CGRises, you can use this for free, with or without credit. Credit to @CGRises for the original. Wings.io v0.22b had some problems and things that needed updating. I fixed them! Categories: [ADD] Add something [FIX] Fix a bug/glitch [IMPROVE] Improve upon existing features [DELETE] Remove something (for good reason) [NOTE] Note about the above change Tags: (BTS) Behind-the-scenes - the user never sees this (GFX) Graphical (PROG) Programming (i.e, scripts) List (in order that I did them): [ADD] New "under construction" and "server full" signs - they're vector AND fun! (GFX) [FIX] Thumbnail and clouds would sometimes appear over "under construction" signs (PROG) (GFX) [FIX] You no longer move faster in the X axis the farther you point down (fixed move _ steps workaround) [NOTE] Try it on Wings.io v0.22b. Point straight down. You'll move diagonally. [NOTE] This also means checking for (direction < 0) isn't required anymore [FIX] Fixed bullet firing code hanging because it checked the list "player" and not "player#", where # is the player's ID [FIX] Fix bullets being deleted as soon as they were fired [ADD] Add variables Bullet X and Bullet Y for the position of a fired bullet [ADD] Add bullet direction as item 7 in a player's ID list (and corresponding data variable Bullet Direction) [FIX?] Partial fix to bullet firing that makes bullets move - but go straight up instead of in a direction (PROG)