Quantunet.com

My Account

Joins Us
Flash 8 Actionscript 2.0 QuickSkills

Creating A Vertical Scale & Flip Tween

 

How to create a vertical scale & flip tween with actionscript:

  • Create a movie clip and place it on stage (in the first frame of the main timeline).
  • Click on the first keyframe in the main timeline then open the "Actions" panel.
  • Enter this code in the "Actions-Frame" panel.

onClipEvent(enterFrame){
this._yscale += -5;
}

  • Press Ctrl + Enter to test the movie.
 

Note: To learn more about tweening properties with actionscript see [Actionscript Tweening Knowledgebase

© 2007 Quantunet LLC All Rights Reserved | Intellectual Property | Terms of Use | Privacy
Home | About Quantunet | FAQ's | Contact Us