[osflash] Delete Class (theNinjaBunny SuperHero)
theNinjaBunny SuperHero
nodani at gmail.com
Thu Apr 13 11:28:21 EDT 2006
Yes, it's on a class (no extends Objects, neither MovieClip)
Tracing the object after "deleting" it,
return me the object with all its variables.
class ScrollObject {
/*
some stuff
*/
public function removeObject():Void {
delete this;
C.log(this);
};
};
C.log is LuminicBox Logger.
That's return me the object, like "delete this" is not working.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20060413/57f1bf2f/attachment.htm
More information about the osflash
mailing list