colfaxrev
07-22-2008, 11:01 PM
i have this simple code
p_innerObj.addEventListener(MouseEvent.MOUSE_UP, p_onMouseUp);
works great function is called and everything... but... HOW do i get the hand cursor to show up on this?
i looked it up and found this..
flash.display.SimpleButton.useHandCursor
does this mean i HAVE to create a SimpleButton to use the hand cursor?
thanks in advance!
p_innerObj.addEventListener(MouseEvent.MOUSE_UP, p_onMouseUp);
works great function is called and everything... but... HOW do i get the hand cursor to show up on this?
i looked it up and found this..
flash.display.SimpleButton.useHandCursor
does this mean i HAVE to create a SimpleButton to use the hand cursor?
thanks in advance!