PDA

View Full Version : [MX]: problem with disappearing cursor



nofo
September 16th, 2003, 10:13 PM
Ok, here's the problem: I want the cursor to disappear when it rolls over an object, then reappear when it rolls off. It works when I run it in Flash, it works when I view the html in Internet Explorer, it DOESN'T work in Netscape. The cursor disappears and doesn't come back till you move it out of the navigator window. Here's the code:

on (rollOver) {
loadMovie("movie.swf", place);
mouse.hide();
}

on (rollOut) {
loadMovie("blank_movie.swf", place);
mouse.show();
}

Thanks everyone

dizknee
September 17th, 2003, 09:01 AM
Netscape is poopoo

nofo
September 17th, 2003, 05:06 PM
ok...

Jack_Knife
September 18th, 2003, 05:20 AM
It's probably just that Netscape doesn't go well with it. I'm sure someone on these forums has heard of this before.