Color Tween Adobe Flash / Getting Started
This is a colour tween tutorial, which allows you to tween between colours in a shape, giving a nice looking effect.
Extending Tween class (TweenEx) Adobe Flash / ActionScript
Extending Tween class (TweenEx) by Winx on | 07 Mart 2006 Default Macromedia Tween class has many limits. One of that limits is that it can't tween objects or its properties. Let say you need to tween movie RGB colors which are tightly connected with ColorTransform and Transform objects.
Timeline Motion Tween in Flash MX 2004 Adobe Flash / Getting Started
Flash can create two types of tweened animation using timeline:
Motion Tween & Shape Tween Creation of Motion/Shape tween using timeline is the basics of Flash.Motion tween is nothing but tweening a Symbol's movement from one position to another.
To implement Motion Tween all that you have to do is, provide Flash with Symbol's initial position and the end position. Rest is taken care by Flash. Isn't it really simple.
Combining the Transition and Tween Classes Adobe Flash / ActionScript
You can generate some interesting effects when you combine the Transition and Tween classes. You can use the Transition class to move a movie clip along the X-axis while you adjust the same clip's _alpha property using the Tween class. Each class can use a different easing method, which means there are many animation possibilities for objects in your SWF files.
Simple Shape Tweening Adobe Flash / Animation
This tutorial covers how to take your simple motion tween animation and enhance it further with a shape tween addition on the end.
Using the Tween and Transition Classes in Flash MX 2004 Adobe Flash / ActionScript
This article shows you how easy it is to use the Tween and Transition classes, even if you aren't comfortable using ActionScript. You will use these classes with movie clips and V2 components to add animation easily to your SWF files.
Shape Tween Adobe Flash / Getting Started
The shape tween is one of the most basic effects Flash can create. It involves changing a shape into a different shape.
Photo Shape Tween Adobe Flash / Animation
This tutorial will show you how to create a Shape Tween with a Photo-Painted Shape. This is a very simple and slightly different animation technique.
Morphing Effect In Flash (Shape Tween) Adobe Flash / Animation
Flash can create morphing animations, in which you specify the first and the final shapes so that all the frames in between are created by the authoring tool. This is called Shape Tween.