playMaker

Author Topic: Beginner question: Possible to ease into a constant rotation?  (Read 1701 times)

indeed

  • Junior Playmaker
  • **
  • Posts: 85
Beginner question: Possible to ease into a constant rotation?
« on: February 10, 2015, 12:21:31 AM »
I have a cube that is constantly rotating using the simple "Rotate" action. Is there a way for it to ease into this rotation, say over a period of 3 seconds, instead of starting at the constant rotation speed? I'm new to Playmaker but everything I saw in iTween about "easing" seemed to refer to some sort of loop, not an ease into a *constant* rotation.

indeed

  • Junior Playmaker
  • **
  • Posts: 85
Re: Beginner question: Possible to ease into a constant rotation?
« Reply #1 on: February 10, 2015, 12:58:22 AM »
Oh! I may have figured it out. I added an "ease Float" action and applied it to a variable I used in the XAngle field of the rotation.

createasaurus

  • Full Member
  • ***
  • Posts: 146
Re: Beginner question: Possible to ease into a constant rotation?
« Reply #2 on: February 10, 2015, 01:39:33 PM »
Glad you figured it out.

One thing if you wanted to use iTween... have state (1) with iTween, getting the rotation easing in, maybe to 360 degrees.  Don't check loop.  Have it finish to state (2) with your constant rotation.