Spawning Actors

snatchsnatch Member Posts: 17
edited November -1 in Working with GS (Mac)
Hey all,
Is there a way to spawn a scene-specific actor rather than the prototype? Our asteroid actor has specific accelerate/move to behaviors in each scene..but if it blows up, I want to spawn another actor with the same specific behaviors. Is that possible?

Thanks

Comments

  • stanimationstanimation Member Posts: 406
    I'm responding cause I like your avatar name!! Go check out some Tshirtbooths tutorials. They may help.
  • RHRH Member Posts: 1,079
    Not that I'm aware of. You can only spawn the prototypes I think. Best bet is to create different rules inside the prototype of your asteroid such that

    `when attribute game.level = 1 ...`
    `when attribute game.level = 2 ...`

    e.t.c.
Sign In or Register to comment.