i tried all 3 of these, and i get error
ReferenceError: Error #1065: Variable TLFTextField is not defined.
or
TypeError: Error #1034: Type Coercion failed: cannot convert “instance207” to flash.display.DisplayObject.
at menucaller/self_overHandler()
private function self_overHandler(event:MouseEvent):void
{
this.parent.addChild(event.target);
//this.parent.setChildIndex(MovieClip(evt.target), (this.parent.numChildren - 1));
//event.target.parent.swapChildren(event.target.name, event.target.parent.getChildAt(event.target.parent.numChildren - 1).name);
return;
}
the moused over object is not a tlf text field, it is a movie clip with a tlf text field in it
i cant use classic dynamic text field because when i do the text inserted with actionscript disapears
also, why when i try to trace the name of the mous_over’d object do i get “instance207”
it has an instance name that i gave it in the properties panel