Happy TutorialsThis is a list of tutorials, which give a step by step guide to creating a specific feature you may want to include in your website,
Coming Soon
Contant Form in flash
If you've looked at some of the examples in Flash's not so useful 'help' system, you may find these are a better reference. They are just simple flash files, that show how to use various functions and features in flash
AS3 button - a simple examplePeople new to AS3 often find tasks like creating a button quite confusing. Here is a simple example.
stageQuality - make sure your images look the bestOften unused, setting the stage quality to BEST can make your images look perfect. On the other hand, setting it to LOW can make games and animation run really quickly on slower computers.
setTimeout - pause for a while, then do somthing!Another little used function that allows you stop the timeline, wait for a number of seconds, and then continue.