Need Help With My New Game
Koda89
Member Posts: 275
I am using the Slingshot template as the base for this game, and what I want to do is when the ball is released and hits one of the target actors, the ball explodes, thing is, I also want the ball to respawn, any ideas on how to do this?
Comments
Global attribute: Respawn(boolean)
--Ball that explodes:
---Rule: when hit target
-----[Explode code]
-----Change respawn to true
-----Destroy
--Spawner
-----Rule when respawn is true
---spawn Ball that explodes
---Change Respawn to false
This should work, I hope
~CTM