Your Ad Here

December 19, 2010

Timer in Flash


Category: Advance
Actionscript: 2.0

  In this tutorial you will learn how to create a Timer In Adobe Flash. Timer is very useful for time delayed functions. It is also used in Flash Games.

December 18, 2010

Context Menu in Flash


Category: Advance
Actionscript: 2.0


  In this tutorial related to Adobe Flash you will learn how to disable context menu and customize it. There are separate scripts or methods for Disabling and Customizing Context Menu.

August 21, 2010

Import Movie Clip from Library to Stage

Title: Import Movie Clip from library onto the stage using Action Script

Category : Intermediate
Actionscript : 2.0

Here you will learn to import a Movie Clip from library onto the stage using Action Script in Macromedia Flash.

July 08, 2010

ActionScript Dictionary

Title: Macromedia Flash Actionscript Dictionary

This dictionary describes the syntax and use of ActionScript elements in Macromedia Flash.

June 30, 2010

Random Number in Flash

Title: Random Number between a Range in Flash

Category : Intermediate
Actionscript : 2.0

Here you will learn to create a Random number in Macromedia Flash between a range.

April 11, 2010

Preloader

Title: Preloader in Adobe Flash

Category : Advanced
Actionscript : 2.0

Preloader shows the percentage of the data loaded of the Flash Movie while streaming. It is very useful in Flash Websites. With Actionscript 2 it is very easy to develop a Preloader with few lines of code.

April 08, 2010

Loading Image by Movie clip

Title: Loading External Image by using Movie Clip

Category : Advanced
Actionscript : 2.0

In Macromedia Flash we can load external Images (.jpeg , .gif …. files) by using Movie Clips and a Preloader can be applied with this method easily by writing few lines of Script.

April 07, 2010

Loading Movie by using Movie Clip

Title: Loading External Movie by using Movie Clip
Category : Advanced
Actionscript : 2.0

In Macromedia we can load external Flash Movies (.swf files) by using Movie Clips and a Preloader can be applied with this method easily by writing few lines of Script.