> Is it possible to know if a class is being used in a flash movie? If > so, how?
Put a trace statement in the constructor of the class:
class foo {
function foo() {
trace("new foo");
}
}
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

