This tutorial shows you some methods on how to make a dynamic menu by loading and parsing an xml file. This tutorial will also cover using attachMovie effectivel
Create a bare-bones flash photo gallery which will look something like this. The thumbnails, images and titles are loaded and setup dynamically with data provided by a xml file.
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.
This is similar to the basic XML menu, but with one key difference it has sub-menus. This tutorial will also encapsulate the menu creation inside a function that uses parameters for greater flexibility.
This tutorial will teach you how to create a custom curser for your flash movie. Here we will be using movieclip symbol and little bit of actionscript to develop custom cursor. The .fla download file is included at the end of the tutorial
LoadVars and LoadVariables are two of the most common and easiest methods of connecting Flash SWF files to external data sources. This tutorial covers both methods in great detail, assuming almost no prior knowledge and providing numerous examples and hints.
ActionScript.org is known for its unique, in-depth, and top quality tutorials. We have tutorials which cover the foundations of ActionScript programming for the absolute beginner, all the way through to complicated systems for advanced users. Be sure check out our discussion and support forums, code library, employment section, open source movies, and all the other content we offer.
In this tutorial we will cover functions from head to toe. From declaring to invoking and calling them. We will talk about using arguments and parameters in functions, and also a number of other things.