Please download the capx below
https://dl.dropboxusercontent.com/u/308 ... speed.capx
And if you can, explain what needs to be done to make this arc go right instead of left. Thanks!
bump
Change the arc to -45 and spawn from the player instead, also change (player.X-bullet.X) to (enemy.X-bullet.X).
I still want it to be spawned from the enemy though, like if the player was to the right of the enemy that the missile would go to the right.
Develop games in your browser. Powerful, performant & highly capable.
Would checking if the enemywas left or right of the player and set the angle accordingly work?
Ah it does! Thank you!