Game Development Community

Replace death animation with particle emmiter

by Robert Allen · in Technical Issues · 01/24/2007 (8:55 am) · 1 replies

Hi All,

me again, I am making a game with vampires, and as i kill them I want to replace the default death animation with a particle emmiter, essentially change have them turn into dust.

Has anyone tried this before or have any pointers on how to make this replacement, this would be a very cool thing for me to add into the game !!

Cheers,
Robert.

#1
01/24/2007 (12:46 pm)
Get the position of the player on death, Remove the player then spawn a particle emmiter at the position you retrieved of the player on death.