Title says it all, how can I make an enemy which van shoot me in a construct 2 project
Make him point towards you, then spawn a bullet object. Or are you after predictive aiming, which is a little more challenging?
Develop games in your browser. Powerful, performant & highly capable.
Make him point towards you, then spawn a bullet object. Or are you after predictive aiming, which is a little more challenging?How do I make The Bullet Fly To The Direction Of The Player?
You set the ANGLE of the bullet towards the player X and Y coordinates. Then set the speed so it moves. I've made a quick CAPX to show you, it's easier that way :)
BULLET FIRE
Thanks a lot!
For others which also read this Post!
There is a nice Tutorial on how to fire Bullets, this can be useful to let the enemys fire too.
Beginners Guide Ego Shooter
Kind Regards
MCSell ;)
How to make an enemy spawn bullet every 2 sec?