I would also like to know how to limit the Turret Arc to say 90 degrees. I have done some searching and I believe that this Thread had the solution but the CAPX example was removed:
Thanks.
For each turret, check its angle
If Turret.Angle > X => Set Turret.Angle to X.
Do the same for the other side of the arc.
Develop games in your browser. Powerful, performant & highly capable.
any good to you ?
https://goo.gl/jzkHSP
For each turret, check its angle If Turret.Angle > X => Set Turret.Angle to X. Do the same for the other side of the arc.
any good to you ? https://goo.gl/jzkHSP
Both would work. Thank you.