Video Tutorials on Flash, Flex and AIR with ActionScript 3.0 (in a frenchy english). You will aslo find the source of each tutorials.
All tutorials are free, you can use them in any of your project. Also you can subscribe to the RSS feeds or to the tutorial email alert.
Our first approach of ActionScript 3.0 within Adobe Flash CS3.
We will see how to create a new object from a class in the timeline and how to interact with a movieClip in Flash CS3.
Dedicated to beginner in ActionScript 3.0
var myGreeter:Greeter = new Greeter();
mainText.text = Greeter.sayHello("World");
Following our first tutorial (Hello World with AS3 in Flash CS3), this video will show you the basis of event handling, conditional statements (if - else if - else) to create a simple fake login systems.