Hello!! Im trying to change levels in my game by clicking a button and the scene will simply change with the conditions, it worked from scene 1 to 2 but for some reason my code isnt working for scene 2 to 3 or scene 2 to 1. Anyone know how to fix this?
That subevent says that the cursor/touch must be on both next_level and next_level2. And the actions are 2 change scenes, but only the first will ever be processed.
Split the 2 conditions and actions into separate events. Each event will be actioned only if all the condition are met.