Actionscripting Flash Tutorials - FlashPerfection.com
This is actually an ongoing debate on many forums now-a-days. What really makes a RPG stand out from another RPG?
April 26,
2006
Today Views:
1 Total Views:
986
Creative COW Leader Lee Brimelow shows you how to use actionscript to create random motion in your Flash movies.
April 18,
2006
Today Views:
1 Total Views:
1,730
This sample takes a look at using ActionScript 2 classes to handles different aspects of displaying and gathering/sending information from a Flash form.
April 17,
2006
Today Views:
1 Total Views:
1,098
Global variables are useful when you want a variable to be accessible from anywhere in your movie, even in different scenes. It's also a good thing to declare a variable as global rather than put it in the _root, because putting everything there can cause some problems.
April 12,
2006
Today Views:
1 Total Views:
1,073
There are times when you will want to have a section of ActionScript code reused. In those cases, functions play an important role. A function is a section of code that can be reused throughout your movie, and it can be varied depending on the data you input to the function.
April 11,
2006
Today Views:
1 Total Views:
1,084
Flash Components, as you know, are supposed to make our life easier. Well, that's true, but you have to know how to use them. This tutorial will try to teach you how to use the Listbox Component. It involves several important functions:
April 4,
2006
Today Views:
1 Total Views:
2,046
By the end of this tutorial, you'll be able to create a little movie that randomly selects letters and stops on the letter you want it to:
March 30,
2006
Today Views:
1 Total Views:
1,801
For large animations, it is best to have a small preloader attached to the beginning of your animation. Preloaders simply loop an animation until the user has loaded the animation to a certain point. I have created a simple preloader. Click on the link below to hear see it.
March 29,
2006
Today Views:
2 Total Views:
2,681
When you load a movie, variables, or a text, what you load is put in the cache of your computer by your browser.
March 28,
2006
Today Views:
1 Total Views:
924
Creative COW Leader Lee Brimelow shows you how to integrate MySQL database content into your Flash movies. This data integration is accomplished by using PHP to transform the database content into XML before importing into Flash.
March 23,
2006
Today Views:
2 Total Views:
1,782

































