PDA

View Full Version : scale change to an object based on path...


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

kyphur
03-18-2004, 09:17 PM
I've already got the torus assigned to a path based on framerate. So you'll notice the sliderTime value in there.

Kyph

CGTalk Moderation
01-17-2006, 07:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.