-
onmouseOUT
Is there a function like onmouseout ?
If you have a button you create a OnClick statement...but what about when you remove the mouse ? Any easy function to use then ?
Earlier i created a transparent line around the button which played the onmouseout animation... a bit **** to do.. but works..but would be much much easier with something like a OnMouseOut function ...
plz guide me obi-wans and yoda's
-
Are you talking about Flash, HTML, JavaScript, or what?
Here's one for Flash:
Code:
on (rollOut) {
// Do Stuff
}
Hope this helps,
Furry