Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Avascar on June 09, 2013, 03:40:11 AM

Title: Playing a sound everytime a particle in a particle system spawns?
Post by: Avascar on June 09, 2013, 03:40:11 AM
Is there a way?  ???
Title: Re: Playing a sound everytime a particle in a particle system spawns?
Post by: jeanfabre on June 10, 2013, 02:35:00 AM
Hi,

 I am not sure it's possible easily.

 I would watch for particle count and trigger sound when it increases. but that would required some custom action scripting and likely some careful optimisation depending on your particle spawning rate.

bye