Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Sorry I know this question is pretty simple but I can't figure it out. I want my game character to automatically aim and fire a bullet at enemies. What would I set the angle of motion to? Also, the enemy is not moving.
You can use turret behavior so your character will automatic aim and shoot enemy you can see that example in the construct 2 tutorial named turret defense you can access it by going File->new->and scroll down until you see Template: Turret Defense that have the mechanic you are looking for Idk if it not help pls msg me thx
Develop games in your browser. Powerful, performant & highly capable.
HZGaming you can also try setting your character's angle to the enemy while firing.
Try this:
----> Set angle to "angle(Player.X, Player.Y, Enemy.X, Enemy.Y)"