 | Actionscript 2 example: creating buttons |
| This is an introductory tutorial using AS2 syntax showing how to create buttons. It is recommended to read the help files in Flash MX2004 about AS2 as well as other introductory material. |
| Flash Tutorials > Actionscript |
| |
 | Loading a ComboBox from a file |
| Describes how to load a ComboBox component from a text or XML file. |
| Flash Tutorials > Actionscript |
| |
 | Advanced Flash Preloader |
| This preloader comes complete with byte counter, timer and no Javascript! It takes a little more time to set up but is well worth it. |
| Flash Tutorials > Actionscript |
| |
 | LoadVariables and LoadVars Objects |
| 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 hin |
| Flash Tutorials > Actionscript |
| |
 | Calling External Text Into Flash |
| Learn how to call data from a text file or other means into your flash text object. This step by step will help you from falsh4 to flash MX. |
| Flash Tutorials > Actionscript |
| |
 | Dreamweaver-Flash: Using Frames |
| Use movies to control frames content in your Dreamweaver 4 HTML pages. |
| Flash Tutorials > Actionscript |
| |
 | 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 Object Oriented is the most obvious. |
| Flash Tutorials > Actionscript |
| |
 | Dynamically Generated Menu List |
| Create dynamically generated menu list from text files with this tutorial. A great tool in adding customisation to a website. |
| Flash Tutorials > Actionscript |
| |
 | Load/Unload Movie Action |
| This action gives to the ability to load and unload .swf files when require, communication to a server script or to load variables from a text file. |
| Flash Tutorials > Actionscript |
| |
 | Search and Replace String 1.0 |
| In this tutorial, we will be analyzing a general purpose search and replace string function written in Flash 5 ActionScript. |
| Flash Tutorials > Actionscript |
| |
 | Simple If...Else Tests |
| There's a very useful shortcut in if...else tests when you test whether a variable equals 0 or not. But you have to know how to use the ! operator. This operator is used to invert a boolean. |
| Flash Tutorials > Actionscript |
| |
 | Understanding Objects in ActionScript - revised |
| 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 |
| |
 | 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. |
| Flash Tutorials > Actionscript |
| |
 | 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. |
| Flash Tutorials > Actionscript |
| |
 | Creating Mouse Trails |
| Explains how to create mouse trails with smooth motion |
| Flash Tutorials > Actionscript |
| |
 | Simple Flash Preloader |
| Learn how to create a simple Preloader in Flash. .Fla file available for free download. |
| Flash Tutorials > Actionscript |
| |
 | Scratch with Set Mask & Set Interval |
| This tutorial covers 2 new cool features which are unique to Flash 6 and above. These are setMask and setInterval. This demo could not have been possible without these features.. or at least without setMask which really is the more interesting one of the |
| Flash Tutorials > Actionscript |
| |
 | PHP number_format() in Flash 5, MX, 2004 |
| A rebuild of the PHP number_format() function to create "nice-looking" numbers in Flash 5, MX, 2004, ++ eg.: 1.234,50 or 1,234.50 ... |
| Flash Tutorials > Actionscript |
| |
 | Incrementation or Decrementation |
| First: what does increment mean? When I say that I increment a value by 1, it only means that I add 1 to this value. There are several ways I can do that. |
| Flash Tutorials > Actionscript |
| |
 | Loading Sequence, Loading Animation or Preloader |
| Provides an accurate loading sequence that is frame independent, efficient and easily re-useable. |
| Flash Tutorials > Actionscript |
| |