A custom mouse pointer? Pretty easy - I think there are even some tutorials you can readily access from 'help' -> Flash Tutorials. What I haven't figured out though is how you can make sure when you click the mouse you click an instance, say a button, and not the custom mouse pointer - which results in not being able to click any button.
lmao. i find this extremely funny because everytime i come to my profile in AG, a pop up from cursormania shows up. i am freaking tired of it. and here you are asking how to change colors
You will regret changing your cursor, it is sooooo annoying.
It's not too bad as long as you don't change it to something weird. I changed my cursor set to the Mac ones, it's basically the same as Windows but looks nicer. Same shapes and all.
Mouse.hide(); addEventListener(Event.ENTER_FRAME, enterFrame); function enterFrame(event:Event) { (name of Movie clip).x = mouseX; (name of Movie clip).y = mouseY; }