Ahmet Gyger: Web Technologist - Metah.ch

What will you find here?

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.


Beginner Level Video Tutorials First

Sort Tutorials


Tutorial Email Alert

Please download the Flash Player
(Flash Player Download Center) or activate JavaScript

Tutorial: Hello World! With AS3 in FlashCS3

Flash CS3

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");

Hello World! With AS3 in FlashCS3
Play Tutorial Download files Share with a peer



Tutorial: Introduction to Loop and Event in AS3

Flash CS3 Flex 3

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.

Introduction to Loop and Event in AS3
Play Tutorial Download files Share with a peer



Tutorial: Deepth of MovieClip with setChildIndex in AS3

Flash CS3 Flex 3 AIR

How to display movieClips on the stage.
How to control them with ActionScript 3.0
Managing the depth of MovieClips with setChildIndex.

Deepth of MovieClip with setChildIndex in AS3
Play Tutorial Download files Share with a peer



Tutorial: AS3 Animation - The Timer Class

Flash CS3 Flex 3 AIR

Creating a custom class for MovieClips, using getter and setter on properties.

Using the Timer Class to count the time elapsed: animating Movieclip.

AS3 Animation - The Timer Class
Play Tutorial Download files Share with a peer