Background:
I have a project where i need to create multiple objects that consume the same base calss from an external .as file.
each of the individual fla files that consume the base class need to pass a variable to the base class so the class can return information specific to the fla.
My question is,
if i have an external class path set up, how do i get a variable on the first frame of the movie to be visible to the base class && how do i call upon its value from within the class.
Thanks for all your help.
All stage instances that are on the stage in Frame 1 are accessible to the main document Class in the constructor.
So:
For more information, see http://www.developria.com/2010/04/combining-the-timeline-with-oo.html