Hi everyone,
Just want to ask how I can customize the different state of a button. I have already followed this action script for the mouse cursor.
onClipEvent (enterFrame) {
Mouse.hide();
_x = _root._xmouse;
_y = _root._ymouse;
}
How about for the over state and on press state?
Thanks!