How to detect whether cursor is no longer inside Input Text Field
hello.
my question today is:
how detect (in as3) whether cursor no longer inside input text field?
i've been trying mouse events, focus events, text events no success.
any ideas?
regards
if have input textfield instance name "it"...
it.addeventlistener(focusevent.focus_out, focusouthandler);
function focusouthandler(evt:focusevent):void {
trace(evt.target.name);
}
More discussions in ActionScript 3
adobe
Comments
Post a Comment