Best Tutorials website
Latest tutorials

Advertisment

Easy Random Color

Easy Random Color

An easy method to randomizing colors.


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

Color Object

Color Object

What the color object does is allows you ways to apply color and alpha effects to movieclip objects much in the sense of a filter.


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

The Drawing API

The Drawing API

Using the drawing API is not the easiest thing in the world, but once you get the hang of it, you can produce very easily lots of cool all-code...


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

Dynamic Event Handlers

Dynamic Event Handlers

Now dynamic event handlers are really one of the best things that Flash MX brought, as they allow us to change a handler at run time. You may...


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

For...in Loops

For...in Loops

for...in loops are tricky to use. What they do is simple though: they reference everything they find in an object and put it in an array.


Views: 321 | Rating star | by Donald
Flash - Actionscripting

Random Numbers

Random Numbers

In programming, it is nice to be able to create numbers that occur unexpectedly


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

Solve Cache Problems when you Load a Movie

Solve Cache Problems when you Load a Movie

When you load a movie, variables, or a text, what you load is put in the cache of your computer by your browser. This can cause problems because if...


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

Building Protoypes

Building Protoypes

Basically, a prototype is a function, but the difference is that you can apply it to an object. This is where the fact that Flash Actionscript is...


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

Advanced Preloader

Advanced Preloader

Here we will make an advanced preloader which determines not only the actual percent, but the Bytes Loaded, Bytes Remaining, and other neat stuff.


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

Flash Analog Clock

Flash Analog Clock

This tutorial will teach you how to create a simple and smart analog Clock in Flash MX 2004. The download .fla file is also included with the...


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

Timeline Preloader

Timeline Preloader

Learn how to create a Timeline Preloader in Flash MX 2004. The source .fla file is also included.


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

Simple Flash Digital Clock

Simple Flash Digital Clock

Learn how to create a digital Clock in Flash MX 2004. A free download .fla file is also included at the end of the tutorial.


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

Using Mouse Scrollwheel in Flash

Using Mouse Scrollwheel in Flash

One of Flash's usability problems has been the inability to use a scrollwheel.This tutorial details two methods of by which a mousewheel can...


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

Simple Preloader Tutorial

Simple Preloader Tutorial

Tutorial to make a basic preloader with loading bar, source files are included


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

Search and Replace with Actionscript.

Search and Replace with Actionscript.

Flash dosen't provide a built in function to search and replace text, this tutorial explains how you can write your own using very simple code.


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

Loading Text file into flash

Loading Text file into flash

This will show you how to have a Flash movie 'import' and display text from a text file that you create. This can be very useful if you...


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

Create Simple Button

Create Simple Button

This will show you how to create the simple button, and short key to do it fast!


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

Fit Flash movie in browser

Fit Flash movie in browser

To fit the animation in a browser, you can increase the pixel width of your animation to suit the size of the browser.


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

Simple Masking

Simple Masking

Here we will work on a spotlight type effect for masking. There is also another possibility of masking at the Text Fades effect page.


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

Flash Cookies: Local Shared Objects Tutorial

Flash Cookies: Local Shared Objects Tutorial

Learn how to use Local Shared Objects, the flash equivalent of cookies.


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