Best Tutorials website
Latest tutorials

Advertisment

Introduction to Arrays in ActionScript

Introduction to Arrays in ActionScript

This tutorial will hold a basic introduction on three main points regarding arrays: (1) the creation of arrays, (2) accessing arrays, and finally...


Views: 312 | Rating star | by Stephen
Flash - Actionscripting

Flash MX Common Errors

Flash MX Common Errors

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...


Views: 352 | Rating star | by Ben
Flash - Actionscripting

Flash Actionscript 2.0 Programming Basics

Flash Actionscript 2.0 Programming Basics

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...


Views: 314 | Rating star | by Steve
Flash - Actionscripting

Capturing Key Events with Flash Actionscript

Capturing Key Events with Flash Actionscript

Using Flash Actionscript to capture key events such as pressing up and down keys. This is most useful for game control for example.


Views: 326 | Rating star | by Daniel
Flash - Actionscripting

Interactive Spot-Light Effect (Masking) Using ActionScript

Interactive Spot-Light Effect (Masking) Using ActionScript

The advantage of masking a movie clip using ActionScript rather than the timeline gives you the ability to manipulate the mask with ease unlike...


Views: 329 | Rating star | by Colin
Flash - Actionscripting

Variables, Data Types, and Strict Data Typing

Variables, Data Types, and Strict Data Typing

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...


Views: 330 | Rating star | by Nick
Flash - Actionscripting

Applying Flash 8 Filters Using ActionScript

Applying Flash 8 Filters Using ActionScript

Generating these filters through ActionScript is not as straightforward as you might think it is, this tutorial will hopefully teach you how to do...


Views: 312 | Rating star | by Nick
Flash - Actionscripting

Moving Menus on RollOver using ActionScript

Moving Menus on RollOver using ActionScript

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...


Views: 347 | Rating star | by Adam
Flash - Actionscripting

Standard Flash Preloader

Standard Flash Preloader

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...


Views: 372 | Rating star | by Daniel
Flash - Actionscripting

Flash Preloader: Progress Bar Component

Flash Preloader: Progress Bar Component

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...


Views: 306 | Rating star | by Tutorial
Flash - Actionscripting

Loading External Images Into Flash Using the Loader Component

Loading External Images Into Flash Using the Loader Component

There are many different ways to load content dynamically into the Flash player. Loading external content to Flash makes updating the content much...


Views: 336 | Rating star | by Mathew
Flash - Actionscripting

Flash Actionscript Programming Basics

Flash Actionscript Programming Basics

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...


Views: 345 | Rating star | by Slicer
Flash - Actionscripting

ActionScript Programming Tips - Efficiency in Flash MX

ActionScript Programming Tips - Efficiency in Flash MX

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...


Views: 371 | Rating star | by Jarry
Flash - Actionscripting

Analog Clock made using ActionScript only!

Analog Clock made using ActionScript only!

Create an analog clock, complete with the circular frame, minutes and hours markings, clock handles using pure actionscript! There is no use of...


Views: 308 | Rating star | by Colin
Flash - Actionscripting

Scrolling text

Scrolling text

This tutorial will show you how to create some very practical Scrolling text in Flash.


Views: 318 | Rating star | by Daniel
Flash - Actionscripting

Use Script Assist Mode

Use Script Assist Mode

This tutorial guides you through using Script Assist mode in Macromedia Flash Basic 8 and Macromedia Flash Professional 8. Script Assist mode...


Views: 294 | Rating star | by Steve
Flash - Actionscripting

Write Script

Write Script

ActionScript is an object-oriented scripting language that offers control over how your Flash content plays. In subsequent lessons, you'll see...


Views: 286 | Rating star | by John
Flash - Actionscripting

Work with Objects and Classes

Work with Objects and Classes

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...


Views: 289 | Rating star | by Adam
Flash - Actionscripting

Advanced Preloader

Advanced Preloader

This tutorial will show you how to create very effective and advanced preloader with Action Script. Preloader includes: loaded bytes, total bytes,...


Views: 291 | Rating star | by Sean
Flash - Actionscripting

Duplicate effect

Duplicate effect

Learn how to make a black hole using action script and 2 circles.


Views: 333 | Rating star | by Sean
Flash - Actionscripting