|
-
Great that it worked ^^...
As for the mouse inside/outside testing...
You could use hitTestPoint(mouseX, mouseY, true) with an if... But for you I would recommend adding MouseEvent.MOUSE_OVER and MouseEvent.MOUSE_OUT listeners. MOUSE_OVER activates when your mouse goes inside the button and MOUSE_OUT activates when it goes outside.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|