kyphur
03-18-2004, 09:03 PM
Hey, I'm trying to write a script that will change the scale of a torus as it progresses on a path. Small at the ends, large in the center type of thing. It's been almost a year since I touched any form of scripting on stuff like this so any help would be greatly appreciated. Below is the snippet of code that I'm working on.
code
________________________
$jtorus.scale = jscale;
sliderTime = 0f;
jsize = jscale + (sliderTime(0f=10,50f=100,100=10));
jmove = jsize
________________________
Thanks in advance,
Kyph
code
________________________
$jtorus.scale = jscale;
sliderTime = 0f;
jsize = jscale + (sliderTime(0f=10,50f=100,100=10));
jmove = jsize
________________________
Thanks in advance,
Kyph
