Ok, Lunatic, i couldn’t stay away from Flash for more than 3 hours lol.
I have weird problemo that involves mouse.hide and show. I have a button with this as on it,
on(rollOver) {
Mouse.hide();
}
on(rollOut) {
Mouse.show();
}
It works fine when it’s previewd alone. But when i have my main,shell, movie load this movie that contains the button, it doesnt work at all. Am i supposed to use _parent somewhere? Thanks in advance!