var tempTF = userInterface.attachMovie(etc)
textForwarder = tempTF;

That solved it. But i'd really like to know why

- A

Andreas Rønning wrote:
TextForwarder is a MovieClip extension. In its constructor it traces ("TF instanced");

textForwarder =
userInterface.attachMovie("textForwarderMC","textForwarderClip",TEXTFORWARDERDEPTH);

trace("TF: "+textForwarder);

output:
TF instanced
TF: undefined

Boy am i stumped. What would cause this? The class works admirably, except, of course, it apparently can't be referenced, because it's always undefined.


--

- Andreas Rønning

---------------------------------------
Flash guy
Rayon Visual Concepts, Oslo, Norway
---------------------------------------
_______________________________________________
Flashcoders@chattyfig.figleaf.com
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