Is it possible to know if a class is being used in a flash movie? If so, how?

I was thinking about doing something like
if(DepthManager != undefined) trace("this class is nowhere to be found");

The thing is, I don't want to use DepthManager, but I am pretty sure that I need to do one thing if DepthManager is being used anywhere else, and I need to do something else if it is not.

Thanks,
Jason

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to