deteecting mouse out
deteecting mouse out
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- jpea0
whoops.. forgot 2 of the coordinates.
stop();
if (_root._xmouse200 || _root._ymouse35) {
_root.play(35);
} else {
play();
}
whoops.. forgot 2 of the coordinates.
stop();
if (_root._xmouse200 || _root._ymouse35) {
_root.play(35);
} else {
play();
}