read more
ActionScript 3.0 uses a very powerful display list through which objects are displayed in flash. The display list can be applied only to objects that are visual, like shapes, text box and lines. Values and variable are non visual objects and cannot be used by display list. Display list uses two important functions; addChild() actionscript 3 and removeChild(). addChild() actionscript is used to display object to the screen and removeChild() to remove the object from the screen. Let’s look into a simple example to add a circle shape and a text box.
Action Script Animation is one of the most remarkable features of Adobe Flash. These animations can also be created using coding. Codes are written in ActionScript in Flash. In this tutorial, we are going to do motion tweening using just ActionScript. This is the basic of ActionScript. Understanding this can help you better understand flash action scripting.
A new user of Flash normally starts to learn the software by creating a button as his/her first project. It is interactive and dynamic. Creating a button in flash is not a difficult job.
In this tutorial, we will teach you how to create a button in flash.
Arrays in actionscript are collection of data of same data type. They are ordered information that can be manipulated and sorted. We will take a look at some of the simple functions in actionscript Arrays that can be used in manipulation.
In this tutorial, you will learn how to load XML in actionscript 3.0. XML is a language used to store and transfer data. They are structured forms that can be easily understood by both users and machines. There are no keywords associated with the tags. Hence user-defined tags are used. Follow this step by step guide to learn how to load xml in actionscript 3.