> Is there a way to import certain classes for use throughout the entire
> flash file? Or do I need to import for each  timeline?

I sometimes create a globally accessible alias.

import myPackageName.MyClassName;
_global.myClassAlias = MyClassName;

I use the "myClassAlias" reference instead of "MyClassName" wherever I
need to access the class throughout a movie.


-
pixelTwiddler, a.k.a. Jason


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to