Particle Explosion How-To?
millwave
Member Posts: 9
How would you make an actor emit an explosion of particles when its destroyed?
Thanks for the help.
Thanks for the help.
Comments
The other option, which I may try if I find GS particles to be inadequate to the task, is to create an explosion in a different program such as Blender, Particle Illusion, or Anime Studio and render the explosion out as an image sequence.
When the actor is destroyed it needs to spawn another actor that has the particles attached. The actor can have the alpha at 0% so only the particles are seen.
Collision rule: When actor collides with object.
Spawn Actor: particle actor#.
particle actor#: Particles
Timer: After #sec destroy this actor
(particle lifespan < Timer)
http://gamesalad.com/game/play/81338
Cheers