Hi,
I'm going to have an Inventory entity down in the corner that you click to bring up the inventory in the centre of the screen.
How can I then make the inventory invisible when you move the mouse outside it?
I'm thinking it's the mouseLeave but I'm not sure where to put this, as I can't see any inventory script or inventory window script. Maybe I could have another window the same size as the inventory that is loaded at the same time as the inventory and put the mouseLeave function on that window, to then make both windows invisible again.
Is there any other simpler way?
Thanks.