|
|||
|
Hey all,
I just wonder if I can disable the mouse in my EXE (i.e. no left click, no right click, no moving of cursor) because I want to make a keyboard-enabled only program. Is there any way? Any help is appreciated. Thank you very much. Kee |
|
|||
|
Hi there,
In your fla, write this code on the very first frame .... Mouse.hide(); Secondly create a Menu in swfkit without any item and assing it as the mouse to your application. So whenever the user press the right button, the configured menu will be active but as it doesn't have any item in it, nothing will be shown on the stage. I m telling you this coz i have faced the same probelm :>). |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|