How can I have a function called as long as MOUSE_OVER I am trynig:
bn1.addventListener(MouseEvent.MOUSE_OVER,func);
function func(e:Event) {
trace(e.target.name);
}
I would like it to fire off as long as the mouse is over....
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

