Tweening With Code in Flash ActionScript 3.0

Flash tutorial that discusses Tweening using both keyframe animation (Motion Tweens) or using the tween class in Flash ActionScript 3.0.

Editor’s Review:

This tutorial has not yet been reviewed. Please feel free to add your own review in the comments below.

Authors quote:

You have two ways of creating animations in Flash. You can create them using the timeline, or you can create them using code. For code-based animations, I’ve always written about using variants of EnterFrame. One thing I’ve never talked about is using the tween class to create animations, and it’s time to change that with this tutorial….

… In this tutorial, I will explain how to use the Tween class to create an animation using code. Before diving into the code though, let’s look at tweening using the timeline.

View Tutorial: Tweening with Code

Additional Info
Level:
Intermediate
Version: CS3
ActionScript: 3.0
Online example: Yes
Source files available: Yes
Video Tutorial: No


About this entry