
Advertisment
Easy Random Color
An easy method to randomizing colors.
Views: 549 |
| by Daniel
Flash - Actionscripting
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: 520 |
| by Mark
Flash - Actionscripting
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: 549 |
| by Daniel
Flash - Actionscripting
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: 639 |
| by Sarah
Flash - Actionscripting
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: 478 |
| by Donald
Flash - Actionscripting
Random Numbers
In programming, it is nice to be able to create numbers that occur unexpectedly
Views: 541 |
| by Isac
Flash - Actionscripting
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: 552 |
| by Amy
Flash - Actionscripting
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: 557 |
| by Isac
Flash - Actionscripting
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: 611 |
| by Jason
Flash - Actionscripting
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: 532 |
| by Tutorial
Flash - Actionscripting
Timeline Preloader
Learn how to create a Timeline Preloader in Flash MX 2004. The source .fla file is also included.
Views: 562 |
| by Isac
Flash - Actionscripting
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: 558 |
| by Stephen
Flash - Actionscripting
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: 589 |
| by Mark
Flash - Actionscripting
Simple Preloader Tutorial
Tutorial to make a basic preloader with loading bar, source files are included
Views: 594 |
| by Troy
Flash - Actionscripting
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: 530 |
| by Amy
Flash - Actionscripting
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: 583 |
| by David
Flash - Actionscripting
Create Simple Button
This will show you how to create the simple button, and short key to do it fast!
Views: 531 |
| by Tutorial
Flash - Actionscripting
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: 574 |
| by Source
Flash - Actionscripting
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: 576 |
| by Adam
Flash - Actionscripting
Flash Cookies: Local Shared Objects Tutorial
Learn how to use Local Shared Objects, the flash equivalent of cookies.
Views: 553 |
| by Source
Flash - Actionscripting
