Skip to main content
Known Participant
July 12, 2007
Question

Ease out using as

  • July 12, 2007
  • 1 reply
  • 194 views
I have a code strip that moves a mc when the btn is pressed, but I allso want to apply a "ease out" as you can do when you tween in the timeline.
Anyone knows how to do this?

This is the code I have to move the mc..

This topic has been closed for replies.

1 reply

Inspiring
July 12, 2007
you need to look up information on the Tween Class if you are using AS2. It requires importing the class files but you should be able to find the information you need in the Flash help files....search for Tween Class. You can apply easing when you create the tween (just a simple function parameter).