Hi All, While creating a custom class I am trying to figure out a way to add the preloaded images at the same time as to dispatch an event to a different class when the images have loaded.
of course I know that I cant extend a class to an EventDispatcher and to a MovieClip at the same time so I have to choose one, If I extend to an EventDispatcher then I cant add the clip when the images are preloaded. If I extend to a MovieClip then I cant Dispatch custom events to other listeners.. I was thinking of creating an Interface for the Event Dispatcher and then for the MovieClip once that is done then I could implement both interfaces but I dont think this is the right approach.... Any suggestions are welcome, Helmut _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

