Nice game here I like the control system all though some areas could be polished with more mixture of areas it's a fun game and has a nice idea about it but overall I had some fun with this game
~X~
This game is quite simple, destroy all enemies until you reach the boss portion. then it is finished. Its quite difficult since the enemies increase their inteligence as you go up to level. Their dogding capability becomes more effective, so its difficult to tareget them. You must hit them at their weakest spot(propelers) to destroy them. This game is a testing phase of a action script i created. It utilezes physical projectile motion. I used the basic equation from physics.
Nice game here I like the control system all though some areas could be polished with more mixture of areas it's a fun game and has a nice idea about it but overall I had some fun with this game
~X~
u did a ok job
all u did was use increabots to make this it is soo easy u didnt use a script!
OWNAGE!
OWNAGE NOOBZORS LAWL
Kool
Nice game dude, can you help me with my coding? what code stops the user from being able to rotate the cannon all the way around? I need a similar code for a game im currently making. Please help!!
If you want the turret to stop rotating at a certain point, you have to place an if statement to your code. for example, you want the rotation to stop at 30 degree angle, then you must place:
if(rot > 30)
rot = 30;
So even if you pressed a button to rotate the turret, it will go up to 30 degrees only. "rot" is a variable, you use it to define the rotation of your movie clip. In my example:
turret._rotation = rot
Well, i hope this will help you
A solid submission
You've got a good gameplay formula here, and you've executed it quite well, with the quality of the action outweighing, for the most part, the spartan soundtrack and graphics. A few kinks let the hot air out of this balloon, with a couple of control glitches slowing gameplay down. A bit of variety in level terrain earlier on in the piece would have improved the game experience greatly, but regardless, the game as it is deserves a good score. 4/5 for you, mate. Keep it up.