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

Basicly what I want to do is create a tutorial that demonstrates the use of an application by having the person see the mouse pointer go through the various aspects of the application. Sort of like a movie you know, I would love to do it with sound if possible but I guess I could record something and add it to assets to do that right?

Yahoo! Groups Links

Reply via email to