Advertisment
An easy method to randomizing colors.
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.
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...
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...
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.
In programming, it is nice to be able to create numbers that occur unexpectedly
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...
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...
Here we will make an advanced preloader which determines not only the actual percent, but the Bytes Loaded, Bytes Remaining, and other neat stuff.
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...
Learn how to create a Timeline Preloader in Flash MX 2004. The source .fla file is also included.
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.
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...
Tutorial to make a basic preloader with loading bar, source files are included
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.
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...
This will show you how to create the simple button, and short key to do it fast!
To fit the animation in a browser, you can increase the pixel width of your animation to suit the size of the browser.
Here we will work on a spotlight type effect for masking. There is also another possibility of masking at the Text Fades effect page.
Learn how to use Local Shared Objects, the flash equivalent of cookies.