Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: xhidnoda on May 07, 2013, 12:34:59 PM
-
See...my real problem here, is when start the game with particle system(legacy) and "one shot" opction checked, they run immediately and not respect a wait any trigger event to run.
How to set or how to do this action in playmaker?
Note: I want to... when my player hit that particle system to run...not before. :o
-
You can use Activate Game Object to turn it on.
-
Thanks Sr. Lane to answer me always.
But see...the problem is when start the game...if i use Active Game Object in 1 FSM and 2 State:
The first state contain the Active Game Object set = FALSE, so this action disabled all FSM.
And in the second State to set = TRUE....but he not work because is disabled already.
-
Hmm, not sure I understand what's happening there.
Is the attached scene basically what you're trying to do? Just mouse over the box.
It's a little glitchy feeling on/off this way.. Maybe editing the emission of the particles to 0 with a Set Property action on your Enter/Exit trigger would be better. I suppose with one shot you only need to activate it, so that would depend on your FSM and state structure, but it can be done that way like the attached scene.
-
your example is works...but i use the Particle System Legacy. :-\