Nicool
08-20-2002, 03:29 PM
Hello,
I'm working on a little expresion for animation. I don't realy understand the Maxscript Syntax (I'd prefer Melscript). So the system I want will makes emit a Blizzard (paticules) following a simple Sin(X) variation. (See graph). I want to create it by a script in the Global Tracks
The system:
x=sin(sliderTime)
If x > 0.25 (in the green) then
blizzard.Start_Emit = sliderTime (Round)
blizzard.Stop_Emit = Start_Emit + 10 (circle)
I need this script work always during the animation.
Here what I've stupidly done:
varations = sin(sliderTime*10)/3
if (varations > 0.25) then
($fumee.Emitter_Start = sliderTime)
($fumee.Emitter_Stop = (fumee.Emitter_Start + 10))
Help me please!!
Thanks:scream:
I'm working on a little expresion for animation. I don't realy understand the Maxscript Syntax (I'd prefer Melscript). So the system I want will makes emit a Blizzard (paticules) following a simple Sin(X) variation. (See graph). I want to create it by a script in the Global Tracks
The system:
x=sin(sliderTime)
If x > 0.25 (in the green) then
blizzard.Start_Emit = sliderTime (Round)
blizzard.Stop_Emit = Start_Emit + 10 (circle)
I need this script work always during the animation.
Here what I've stupidly done:
varations = sin(sliderTime*10)/3
if (varations > 0.25) then
($fumee.Emitter_Start = sliderTime)
($fumee.Emitter_Stop = (fumee.Emitter_Start + 10))
Help me please!!
Thanks:scream:
