This content has been marked as final.
Show 2 replies
-
1. Re: How to restrict the custom mouse cursor area
kglad Jan 13, 2013 10:21 AM (in response to rahimhaji)unless there is a Mouse.show() in frame 2 of hand, that's not going to work. to remedy, execute Mouse.show() in showmouse() and remove hand from the display list (removeChild).
use addChild() and Mouse.hide in the first conditional branch of handmove
-
2. Re: How to restrict the custom mouse cursor area
rahimhaji Jan 16, 2013 1:20 AM (in response to kglad)Thks Mr.kglad, its working fine! when i click on the particular button and hide my custom mouse and show my actual mouse. its shows the computer mouse in the same place where i click, is there any way to show or move the mouse to some where else in the stage?
Thanks in advance,
Regards,
Syed Abdul Rahim


