Hey All,
I set a bullet to fire every click. I can get it to fire but it goes horizontally instead of vertically. How do I set it to shoot vertically from the end of a point(like from a gun)?
There are two angles where a bullet is concerned:
1. The 'object angle', i.e. the rotation about it's imagepoint.
2. The 'bullet angle' i.e the direction the bullet will travel
Set the bullet angle of the object just after you have spawned it.
Develop games in your browser. Powerful, performant & highly capable.
remember that -90° means up in construct2
Ah, ok! Thanks guys!
or 270°
Thanks again!