In this tutorial I will show you how to build a basic table using AS3 and the DataGrid Component.
This tutorial is for Adobe Flash, I am using version CS3. You probably get the general idea if you using a different flash version.
First you have to create a new flash document: –
Open [...]
In this section I will talk about how to move objects around the stage using Actionscript 3.
With Actionscript 3 we need to use Event Listeners to move our object. The Event Listener we need to use is called ENTER_FRAME and is a property of the Event class.
To add the Event listener we need [...]
In this tutorial I will talk about how to add objects to the stage using Actionscript 3.
This method has been done in Flash CS3. I think you should be able to get the idea from this tutorial if you are using CS4 or CS5 though.
Before we can add an Object to the [...]
Categories
