Make another actor appear when several things have been destroyed by the main ac

hemgjorthemgjort Member Posts: 2
edited November -1 in Working with GS (Mac)
Hi, I'm new to GameSalad and just wonder if there are any ways to make another actor appear when several things in my game have been destroyed by the main actor. Any ideas?

Thanks for help!

Comments

  • UtopianGamesUtopianGames Member Posts: 5,692
    When destroying the actors have it count...you will need a game integer (lets call it killed)

    When you destroy the actor do a change attribute game.killed to game.killed+1

    Then you can have a rule if game killed = 5 (for eg) spawn actor.

    Darren.

    image
  • hemgjorthemgjort Member Posts: 2
    It works! Thank you very much!
Sign In or Register to comment.