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)"