Advertisment
This tutorial will hold a basic introduction on three main points regarding arrays: (1) the creation of arrays, (2) accessing arrays, and finally...
In this tutorial I will be going through some common errors and show you how to resolve these errors. Finding errors and fixing them is known as...
There are currently 2 versions of Actionscript. Actionscript 1.0 (AS 1.0) is the version that works with Flash MX. Actionscript 2.0 (AS 2.0) is the...
Using Flash Actionscript to capture key events such as pressing up and down keys. This is most useful for game control for example.
The advantage of masking a movie clip using ActionScript rather than the timeline gives you the ability to manipulate the mask with ease unlike...
This tutorial will explain what variables are, it will teach you how to create and edit variables and will describe the different data types in...
Generating these filters through ActionScript is not as straightforward as you might think it is, this tutorial will hopefully teach you how to do...
Learn how to animate a menu (or other object) on and off stage. With this cool effect the Menu appears to slide into and out of view. You use...
This is very robust Flash Preloader that works in all versions of Flash. The preloader displays the percentage of the Movie loaded and a loader bar...
This is a very easy preloader to build and this tutorial will show you how to use Flash 8/MX04 to make your own preloader using the progressBar...
There are many different ways to load content dynamically into the Flash player. Loading external content to Flash makes updating the content much...
There are currently 2 versions of Actionscript. Actionscript 1.0 (AS 1.0) is the version that works with Flash MX. Actionscript 2.0 (AS 2.0) is...
One of the misconseptions of programming, is that even though if a piece of code get's something done, it isn't allways the right way. In...
Create an analog clock, complete with the circular frame, minutes and hours markings, clock handles using pure actionscript! There is no use of...
This tutorial will show you how to create some very practical Scrolling text in Flash.
This tutorial guides you through using Script Assist mode in Macromedia Flash Basic 8 and Macromedia Flash Professional 8. Script Assist mode...
ActionScript is an object-oriented scripting language that offers control over how your Flash content plays. In subsequent lessons, you'll see...
All objects in Flash have an underlying class; for example, all movie clips have a method called getURL(), and getURL() is defined in the class...
This tutorial will show you how to create very effective and advanced preloader with Action Script. Preloader includes: loaded bytes, total bytes,...
Learn how to make a black hole using action script and 2 circles.