How do I create a listner which listens to rollOver on the textfield?
Mouse.addListner(textFieldName);
textFieldName.onRollOver=function(){
trace(“hello”);
}
It is never called
How do I create a listner which listens to rollOver on the textfield?
Mouse.addListner(textFieldName);
textFieldName.onRollOver=function(){
trace(“hello”);
}
It is never called
:: Copyright KIRUPA 2024 //--