Adobe Flash Getting an Index Position from an Array
Getting an Index Position from an Array Adobe Flash / ActionScript
There are several times when I found it helpful to get the position of an item contained in an array. This quest becomes especially useful when you are dealing with multiple arrays with items in one array corresponding with items in another array.
Z-Index and Flash Designer Adobe Flash / Third Party
Control stacking order of Flash and DHTML elements with z-index. Use z-index negative value to put objects behind and positive value to bring items to front.
StartDrag command for 1 axis only Adobe Flash / Special Effects
This tutorial details how to have an object follow the mouse on 1 axis only (not possible with the drag command). This gives the effect of it sliding across the screen. This can be done easily by making the x/y position of the object equal to the corresponding position of the mouse. However, to make the movement look more authentic, like it is following the mouse, not just always in the same position, you can add a small piece of code which makes it lag behind a little.
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.
Loading external swfs in the right position Adobe Flash / Tips and Tricks
This is a simple tutorial answering a simple question: How can I place a loaded movie in the position I want?
It's about the loadMovie action. The loadMovie loads external swfs in movie clips of our movie.
Use Array Batch to Load External Pictures Adobe Flash / ActionScript
Welcome to Flash tutorial center! Is it a little bit complex for you to load external pictures with loadmovie function? Take the following tutorial, you will feel the power of using array batch, which makes it much easier.
Use Array Batch to Load External Pictures Adobe Flash / ActionScript
Welcome to Flash tutorial center! Is it a little bit complex for you to load external pictures with loadmovie function? Take the following tutorial, you will feel the power of using array batch, which makes it much easier.
Calculating Rotation Adobe Flash / Getting Started
It's how to convert the position on a slider to a rotation. Well, actually its technical name is 'ratio conversion' as we don't touch on things like sine or cosine.