There must be a simple expression for this, however I am not aware of it. I would like a driver to affect the values of another by half. So say the driver rotates 360 degrees, the driven is rotated 180 and say the driver rotates 6 times, the driven is rotated 3. Does anybody know how to do this? I am a noob when it comes to expressions so any advice is greatly appreciated!

  • created

    Jul '11
  • last reply

    Jul '11
  • 1

    reply

  • 1.7k

    views

  • 1

    user

locator2.rotateY = locator1.rotateY * .5;

in this case the locator name "locator2" will rotate on the Y half as much as "locator1"