Jun 26, 2006 #1 rolan18 Programmer May 11, 2006 26 CA I was wondering if there was a way to change the appearance of the pointer to that of an icon. I would like to have the cursor change from the pointer to a that of a resize icon. is there any way I can do this? Thx
I was wondering if there was a way to change the appearance of the pointer to that of an icon. I would like to have the cursor change from the pointer to a that of a resize icon. is there any way I can do this? Thx
Jun 27, 2006 #2 kennethkawamoto Technical User Nov 19, 2002 2,710 GB What you need to do is hide the cursor ("Mouse.hide()") then create a MovieClip that follows your mouse. Do you need the script? Kenneth Kawamoto http://www.materiaprima.co.uk Upvote 0 Downvote
What you need to do is hide the cursor ("Mouse.hide()") then create a MovieClip that follows your mouse. Do you need the script? Kenneth Kawamoto http://www.materiaprima.co.uk
Jun 28, 2006 Thread starter #3 rolan18 Programmer May 11, 2006 26 CA no thanks, I found out that I just needed to remember to export the movieClip for actionscript... thanks a lot! Upvote 0 Downvote
no thanks, I found out that I just needed to remember to export the movieClip for actionscript... thanks a lot!