Best Tutorials website
Latest tutorials

Advertisment

The words in Action

The words in Action

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


Views: 309 | Rating star | by Brad
Flash - Actionscripting

Loading variables from a text file using the LoadVars class

Loading variables from a text file using the LoadVars class

The LoadVars class has been introduced to replace the old deprecated loadVariables and loadVariablesNum global function. The LoadVars methods give...


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

Using arrays in actionscript

Using arrays in actionscript

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


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

GetUrl By Picture

GetUrl By Picture

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!


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

Loading HTML-formatted text in a dynamic text field

Loading HTML-formatted text in a dynamic text field

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


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

Drag and Drop Initiates Action Effect

Drag and Drop Initiates Action Effect

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


Views: 341 | Rating star | by Simon
Flash - Actionscripting

Creating a preloader in Flash

Creating a preloader in Flash

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


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

Scanning custom cursor with displayed coordinates

Scanning custom cursor with displayed coordinates

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


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

Mathematically generated pictures

Mathematically generated pictures

Learn how to apply sine and cosines function for creating some pictures by Drawing API.


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

Using Shared Objects in Flash

Using Shared Objects in Flash

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


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

Digital Clock Actionscript

Digital Clock Actionscript

Create an Actionscript powered Flash clock with AM/PM display.


Views: 344 | Rating star | by Mark
Flash - Actionscripting

Adaptable color gradient movie background made with ActionScript

Adaptable color gradient movie background made with ActionScript

Create a gradient fill background for your flash document with just a few lines of ActionScript. This background is valid for any movie regardless...


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

Gradient by Action Scipt

Gradient by Action Scipt

Learn how to create a gradient shape using Action Script.


Views: 293 | Rating star | by Isac
Flash - Actionscripting

Complication

Complication

This tutorial will show you how to create some kind of Complication using Action Script.


Views: 288 | Rating star | by Source
Flash - Actionscripting

Spin effect

Spin effect

This tutorial will teach you how to apply the spin on some object using Action Script.


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

Actionscript Basics (Video Tutorial)

Actionscript Basics (Video Tutorial)

Introducing Actionscript, and how it is used. This video covers the stop and gotoAndStop commands.


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

Curve lines

Curve lines

Learn how to create a curve lines using Action Script.


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

Horizontal navigation arrow

Horizontal navigation arrow

Horizontal navigation arrow that tracks the mouse. Makes your UI professional. Great for beginners and experts alike.


Views: 317 | Rating star | by Sarah
Flash - Actionscripting

Basic ActionScript: learn to use the trace command and comments in your code

Basic ActionScript: learn to use the trace command and comments in your code

Make your life easier while actionscripting by the use of the trace() method and comments. This ActionScript tutorial is excellent for beginners in...


Views: 282 | Rating star | by Troy
Flash - Actionscripting

Simple & Easy Preloader

Simple & Easy Preloader

A great tutorial explaining how to make a preloader. All Actionscript explained.


Views: 285 | Rating star | by Jason
Flash - Actionscripting