 | Understanding objects in ActionScript |
| Before you understand the fundamental principals of object oriented programming in Flash, your work is unlikely to utilise the full potential of ActionScript. This tutorial aims to improve your coding methods and introduce important concepts in intermedia |
| Flash Tutorials > Actionscript |
| |
 | Countdown |
| Teaches the creation of a countdown to 12am (can be modified) through the use of two keyframes and a simple amount of actionscript. |
| Flash Tutorials > Actionscript |
| |
 | Flash Digital Clock |
| It is very simple to build a digital clock. This tutorial will teach you how to create a digital Clock in Flash MX 2004. The download .fla file is also included at the end of the tutorial. |
| Flash Tutorials > Actionscript |
| |
 | Creating Flash Pop-Up Windows with the attachMovie |
| Want to spice up your Flash project with more interactivity or simulate a UI? This tutorial shows you how to use the attachMovie method to add a Flash pop-up window to your project. |
| Flash Tutorials > Actionscript |
| |
 | Flash Cookies: Local Shared Objects Tutorial |
| Learn how to use Local Shared Objects, the flash equivalent of cookies. |
| Flash Tutorials > Actionscript |
| |
 | Using an XML file to load Chart components |
| Use an XML file as the data source for Flash MX chart components. |
| Flash Tutorials > Actionscript |
| |
 | How to Build the Peg Puzzle Game |
| Here is combination of old and new. On one hand, you have the pegpuzzle, a classic brainteaser. On the other you have Flash. |
| Flash Tutorials > Actionscript |
| |
 | Comment Action |
| This action allows you to document your code for yourself and others. |
| Flash Tutorials > Actionscript |
| |
 | Drawing Spider Web Using API |
| Learning one of new flash MX features drawing API to Create spider web. |
| Flash Tutorials > Actionscript |
| |
 | Flower in polar coordinates using action script |
| This tutorial describes how to create flower using only action script. And You can find here detailed description about polar coordinates that helps to create very cute things. |
| Flash Tutorials > Actionscript |
| |
 | Loading .TXT files in Flash |
| I'm sure alot of people want to be able to change the text in a .swf file without changing the .fla file, and then having to reload the .swf back onto thier web site. This simple tutprial shows you how. No knowledge of any language (like PHP) is required. |
| Flash Tutorials > Actionscript |
| |
 | FlashGuru's Array's Tutorial |
| Learn all about array's here! |
| Flash Tutorials > Actionscript |
| |
 | _root, _parent, and this |
| _root is an alias, just as _parent and this. |
| Flash Tutorials > Actionscript |
| |
 | delay, pausing, waiting, in MX |
| How to create a delay before initiating an action, or playing a movie. |
| Flash Tutorials > Actionscript |
| |
 | Dynamic charts |
| This tutorial describes how to update a bar chart by entering titles and data within a movie. |
| Flash Tutorials > Actionscript |
| |
 | Using the ScrollPane Component |
| This lesson will introduce you to incorporating the Flash MX ScrollPane component into your movies for the purpose of scrolling thumbnails to load external .swf movies. |
| Flash Tutorials > Actionscript |
| |
 | Changing the Color of A Movie Clip |
| Using the color object in Flash 5 you can change the color of your movie clips. |
| Flash Tutorials > Actionscript |
| |
 | actionScript'ed typewriter in flash |
| With these three easy steps, you have your very own typewriter, made in pure AS. |
| Flash Tutorials > Actionscript |
| |
 | If Frame is Loaded Action |
| The is the action used to ensure that a frame has been loaded before it is used. This also is used for preloaders too. |
| Flash Tutorials > Actionscript |
| |
 | Php Highscoreboard |
| With this tutorial you will learn how to create a php flash based highscoreboard table. |
| Flash Tutorials > Actionscript |
| |