duplicate actor

scusa83scusa83 Member Posts: 5
edited November -1 in Working with GS (Mac)
Hi
i have question , how can i duplicate the one actor in the scene
i want the same actor increase every 5 second
and how can i count them .

Comments

  • JlmCJlmC Member Posts: 129
    Create an actor (call it spawner so you can not get confuse)

    Use the Timer
    >Every 5 seconds
    >>Spawn an actor (the actor you want)

    that should works
  • scusa83scusa83 Member Posts: 5
    thanks
  • HunnenkoenigHunnenkoenig Member Posts: 1,173
    You can count them by setting up a game attribute (i.e. "counter") and adding the actor a rule, like:

    change attribute: game.counter TO game.counter+1
Sign In or Register to comment.