Hi everyone,
I'm doing some tests where I want to create an instance of a Class which uses
the attachMovie method and then delete all references to that Class and ALL
MovieClip references.

In my main .fla I has the lines

rootMC = _root.createEmptyMovieClip("rootCreatedMc", 1);
var myEmptyMc = new EmptyMc(rootMC, "rootMC", "myEmptyMc");

A new instance of the EmptyMc is created, it purpose is simply to attach a
graphic symbol from the library to the stage. When I call the delete  method of
the Class although the graphic is removed there is still a reference (when the
props in  vieewed) to the 'rootCreatedMc' object.

Has anyone any thoughts?  
#
thanks

Russell



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to