Is there any tools or documentation out there that
will aid in learning actionscript bytecode?

I ran into this the other day, and it seems like only
reading the bytecode can help me understand why it
doesn't work?

class A
{
   function destroy()
   {
      delete this;  // doesn't delete itself
   }
}

var a = new A();
delete a;  // delete works here

- boon


                
__________________________________ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to