|
Hi,
You can not move the OS
mouse cursor but you can hide it. You can create your component that looks like
cursor and you can move cursor component(movieclip) using
ActionScript.
To hide the default OS
cursor, you can use
To Hide:-
mx.managers.CursorManager.hideCursor();
To Show:
mx.managers.CursorManager.showCursor();
-abdul
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, June 09, 2005 11:03 AM To: [email protected] Subject: [flexcoders] Is there a way to move the mouse pointer without moving the mouse Yahoo! Groups Links
|

