Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Tween - Adobe ActionScript® 3 (AS3 Flash) API Reference

Explorer ,
Feb 07, 2013 Feb 07, 2013

This question was posted in response to the following article: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/fl/transitions/Tween.html

TOPICS
ActionScript
417
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 07, 2013 Feb 07, 2013
LATEST

Your Tween_class[2].as examples should include examples of how to use/handle TweenEvents, which would probably also necessitate using myTween.start(), myTween.stop(), etc. Thus, this example would also show how to exercise even more granular code-control over dynamically generated Tweens. Here's the tutorial I consulted to see how to use TweenEvent.motionFinish: http://active.tutsplus.com/tutorials/actionscript/an-introduction-to-tweening-with-actionscript-3-0/; Step 16 provided the how-to example I was looking for.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines