Hello,
i am using a lot of menues in my game.
When i open a menue i don´t want to see the inventory and i want to change the cursor.
At the moment i have in every scene and in every menue under "beginning of scene" 2 actions that sets this 2 things.
I have the feeling there should be an easier more generic way to handle things like this.
My solution is working but not a good programming style and i have to add it for every new scene.
It feels somehow like a nail in my eye.
How can i realize this in a more generic way?