mnesnay
03-11-2008, 06:56 PM
Hi,
I am trying to rotate my instances in Z. I have it right now that the instances do rotate in Z but they go around in a complete circle/360 degrees. i only want the instances to go to a certain rotation in Z and then rotate back (almost like a clock pendulum - back and forth).
Any suggestions? Here's the script i'm using certainly:
Creation: particleShape1.rotPP = <<0,0,rand(-30,30)>>;
Runtime: particleShape1.rotPP += <<0,0,rand(1)>>;
Do i have to create a subtraction equation as well for the instances to rotate back and forth? Thanks.
I am trying to rotate my instances in Z. I have it right now that the instances do rotate in Z but they go around in a complete circle/360 degrees. i only want the instances to go to a certain rotation in Z and then rotate back (almost like a clock pendulum - back and forth).
Any suggestions? Here's the script i'm using certainly:
Creation: particleShape1.rotPP = <<0,0,rand(-30,30)>>;
Runtime: particleShape1.rotPP += <<0,0,rand(1)>>;
Do i have to create a subtraction equation as well for the instances to rotate back and forth? Thanks.
