inputField = this.createEmptyMovieClip("chat_input",1);
then, with keyboard focus on that movieclip:
trace(Selection.getFocus());
trace(inputField);
outputs:
_level0.chat_input;
_level0.inputField;
A) this makes Selection.getFocus() *awkward* in OOP.
B) I wasn't aware that the reference returned by createEmptyMovieClip
and other functions returning references had a stage path that COEXISTS
with the "actual" MC path?
Is it just me or does this seem more than a little bit retarded?
- Andreas
_______________________________________________
[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