what type is "textForwarder" declared as? leave it untyped or set it to type MovieClip instead of type "TextForwarder"



On Oct 2, 2006, at 5:09 AM, 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

_______________________________________________
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