Groups | Blog | Home
all groups > flash actionscript > april 2007 >

flash actionscript : How can I mover cursor in y axis at MouseUp


piyush
4/7/2007 9:00:09 PM
ya you cant control mouse but you got a way
its simple
1.make a fake pointer is a MC that look just like a mouse pointer
2.hide the mouse using Mouse.hide();
3.now you are free to do whatever you want with fake pointer

innt it simple !! ;)
DocFish
4/7/2007 9:00:25 PM
I'de like to move the mouse(cursor) position up in the y-axis (by say - 30 pixels) each time the mouse is clicked.
kglad
4/7/2007 9:25:26 PM
you can't control the mouse with actionscript. you can create a custom cursor
and you can control that using actionscript.

but it still wouldn't make sense to alter the cursor's position as you're
describing unless you want to aggrevate users.
DocFish
4/7/2007 10:19:28 PM
kglad
4/7/2007 11:03:28 PM
AddThis Social Bookmark Button