ActionScript Animation Intro Tutorial
Use buttons to resent an object's properties. |
tutorial link |
Button Tutorial
How buttons work, with assignment example. |
tutorial link |
Advanced Button Tutorial
Using movie clips as buttons (there are advantages). |
tutorial link |
Bitmap Fantasia Importing bitmaps and manipulating objects with masks and guides. |
tutorial link |
Working with Scenes
Not used as much these days, Flash scenes . |
tutorial link |
Audio
It's the "multi" part of multimedia. |
tutorial link |
Demos
"Demos" are a booming business, and they use the "loadMovie" method in ActionScript. This tutorial shows how it works. |
tutorial link |
More Demos: Adding Intro Animations
Here is a more intermediate approach to making demos, which uses
animations to introduce the external SWFs before they are loaded. |
tutorial link |
Using a Master SWF: Controlling External SWFs
You can reach into and control the external SWFs you load into your Master SWF using action script! |
tutorial link |
Intermediate Flash: Preloaders
Flash is a streaming medium; to keep things running smoothly in a
Web situation, you need a preloader. |
example link |