Recycle Actors
How do I recycle 5 different actors into scene at random times and at random locations?
The video only shows one actor used repeatedly.
I've tried having each actor off scene and duplicating Darren's approach but it doesn't want to work.
Help!
The video only shows one actor used repeatedly.
I've tried having each actor off scene and duplicating Darren's approach but it doesn't want to work.
Help!
Comments
Then, on actor death, change attribute, self.position.x to -40
Change attribute, game.offscreen to 1
If attribute self.offscreen = 1
Edit. I used game and self. Should all read self.
timer after x soconds
Repeat the first set of rules above
Change attribute self.offscreen to 0
Make sure to create the self attribute.
I'm hoping this eliminates both my spawning and timing issue at the same time!
Bill