ForumsProgramming ForumTip for all developers

0 3055
BlueTreeFactory
offline
BlueTreeFactory
5 posts
Nomad

Ever had the problem that you wanted the player to click something that was behind something? Ever had the problem that something large would stop buttons from being pressed?

The solution is mouseEnabled and mouseChildren.

To use it:
objectInFront.mouseEnabled = false;

If the objectInFront has children:
objectInFront.mouseChildren = false;

Hope that helps!

  • 0 Replies
Showing 1-0 of 0