Hi guys,
Right now I am making a game, and i thougth to make game inventory screen on separate layer, so i can easy show it and hide it when i need it, but i have problem with this method. Even if layer is hidden i can still click on the items from that layer and if clicked object have events that events will run. Is there any way to prevent this or what do you think what is the best method to this inventory showing and hiding?
And I Try these methods but not working,
Two solutions:
1. Put all events concerning the inventory screen in a separate group and enable disable the group based on the visiblility of the layer.
2. Add layer is visible conditions to all events..
Anyhelp?