Need Help With My New Game

Koda89Koda89 Member Posts: 275
edited November -1 in Working with GS (Mac)
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

  • VoidedSkyVoidedSky Member Posts: 1,095
    This is what you need:
    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
  • jstrahanjstrahan Member Posts: 498
    yea same thing i was going to post guess i should have been about 5 min quicker
Sign In or Register to comment.