Hi all, i'm just wondering if you spawn a homing missile toward to a targeted object, then 3 seconds later, it becomes no longer set angle towards to targeted object and goes to out of window with fixed angle.
Do you have an idea?
Thx!
Develop games in your browser. Powerful, performant & highly capable.
You can use a boolean "homing" to turn the homing on or off and use an instance variable (number) to create a timer that triggers the boolean.
Example: HomingMissileTimer.capx (r99)
Nimtrix wow! this is best example!
Thank you a lot for helping me :)