Plugging in External Classes to Gaia Framework Files
Posted: June 19th, 2009 | Author: Liza | Filed under: As3, Flash, gaia framework | Tags: Gaia external classes, importing classes |I probably go on about Gaia Flash Framework, its mainly because that’s what I used to learn AS3 and I’m still figuring it out.
One of the main problems I have with it is plugging in external classes to the Gaia packages.
These are the basic steps to adding an external class, ill be updating this if I find any more issues.
1. Import the class to the main package import area.
2. Create individual private variables for any of the class instances or movie clips.
3. Instantiate the object in the constructor
4. Add the function to the list.
Also don’t forget to add any movie clips (and instances) onto the stage and create linkages in the library if necessary.
If you get a 1009 error its probably because you havnt published the project.
Leave a Reply