r***t 发帖数: 104 | 2 hi, I am a newbie for Actionscript, when I use the setCuror function try to
set a custom cursor, both
system cursor and custom cursor appeared on my component. any one know what
is wrong with that?
I also tried to call Mouse.hide(), but system mouse is still there.
the code is like this:
private function onMyRollOver(e:MouseEvent):void
{
cursorManager.setCursor(mycursor);
Mouse.hide();
} |
|