PDA

View Full Version : wiggling only one dimension?


payton
10-01-2007, 02:54 PM
hi everyone,
i already know how to do this. but im thinking that i saw a tutorial that covered this topic without using "random" and without using expression controls. something like this...

x=100;
y=wiggle (5,10);
[x,y]

was it a dream or is there really a short way to do it (without additional expression fx etc.)

thanks in advance,
payton

berniebernie
10-01-2007, 03:49 PM
x=100;
wiggleVar=wiggle (5,10);
[x,wiggleVar[0]];

or

[x,wiggleVar[1]];

payton
10-01-2007, 08:18 PM
thats it!
thanks.

CGTalk Moderation
10-01-2007, 08:18 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.