Spawning Actors
snatch
Member Posts: 17
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
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
`when attribute game.level = 1 ...`
`when attribute game.level = 2 ...`
e.t.c.