Advertisment
This tutorial will show you how to apply some action at some text, word, picture... using Action Script. For this example I will apply some action...
The LoadVars class has been introduced to replace the old deprecated loadVariables and loadVariablesNum global function. The LoadVars methods give...
An array can be compared to a chest with drawers. The chest itself doesn't contain the content, it contains the drawers, the drawers hold the...
In this tutorial I will teach you how to create a getURL using pictures! You will also learn how to build a simple button with over effect!
Although it is very easy to format your text at authoring time, it is not the case when you load text dynamically in a dynamic text field. The best...
In this Flash tutorial you will first create a symbol (object) that you can drag and drop around the screen. Next you will create a drop zone area...
Preloaders are very popular and pretty easy to create in Flash. For a preloader to behave smoothly and accurately it is important to take some...
Learn to make a crosshair cursor that replaces the system mouse and how to show the current position of the mouse with a dynamic text field....
Learn how to apply sine and cosines function for creating some pictures by Drawing API.
Shared Objects are very much like browser cookies, they are used to store a small amount of data on the user machine. This data can be retrieved by...
Create an Actionscript powered Flash clock with AM/PM display.
Create a gradient fill background for your flash document with just a few lines of ActionScript. This background is valid for any movie regardless...
Learn how to create a gradient shape using Action Script.
This tutorial will show you how to create some kind of Complication using Action Script.
This tutorial will teach you how to apply the spin on some object using Action Script.
Introducing Actionscript, and how it is used. This video covers the stop and gotoAndStop commands.
Learn how to create a curve lines using Action Script.
Horizontal navigation arrow that tracks the mouse. Makes your UI professional. Great for beginners and experts alike.
Make your life easier while actionscripting by the use of the trace() method and comments. This ActionScript tutorial is excellent for beginners in...
A great tutorial explaining how to make a preloader. All Actionscript explained.