Rotation Problem

MightyBooshMightyBoosh Member Posts: 83
edited November -1 in Working with GS (Mac)
I want to make a clock hand rotate 360DEG from its starting point (lets say 0), then when it gets to back to its starting position stop rotating. Now I know I can do this with

interpolate self. rotation to -360

but heres the kicker when the user completes a task the clock should go back to its starting position, wait about .02 sec and then start rotating again. I've been trying to just

change attribute. self rotation to 0 but because the interpolate is still in action this doesn't work.... so any ideas

Thanks in advance

Comments

  • old_kipperold_kipper Member Posts: 1,420
    By putting the interpolated into a self attribute real number so when it's fired it runs the progression into the attribute, you can the constrain the rotation to that number and break away from it if the constraint is within a rule that breaks off when you want it to.

    Hope that helps

    Kipper
  • MightyBooshMightyBoosh Member Posts: 83
    Problem solved.
Sign In or Register to comment.