Hide mouse?

i create a rollover action in button…

on (rollOver) {
_root.aboutMe._alpha = 100;
startDrag(_root.aboutMe, true);
}
on (rollOut) {
_root.aboutMe._alpha = 0;
}

ya! but now i want that mouse hide in RollOver and show in RollOut for dont show together the image (aboutMe)
the command is mouse.hide(true) ? mouse.show(true) or mouse.hide(false)

plix help Me…
:smiley: