- Home /
Question by
Bluestrike · Dec 20, 2011 at 03:27 PM ·
particleresizeemitter
resize particle emitter
I have a particle effect assigned to the player, and I can shrink the player. So I need to adjust the particle effect. I need to acces the ellipsiod x-y-z values, but the scripting reference does not seem to list them, can't I modify this in a running game?
Comment
Answer by luizgpa · Dec 21, 2011 at 06:28 PM
You could use an animation to change the ellipsoid parameters.
Just use the Animation Window to create a clip, changing the values needed, and playing it when the player shrinks. I haven't tried but I guess you could also create this clip dynamically.