I have been making a Mobile/computer platformer. On level one, Touching the green flag is supposed to tell the level 2 button to start working, but for some reason it does not. Any help would be greatly appreciated.
There is a behavior called Global. Global values are shared between levels, what this means is you can change the Global value to something like 1 when you hit the flag, what this means now, when you enter the level select screen you can use a Filter to see if the Global is equal to 1. If it is, turned on the switch, allowing the player to click the Level 2 option.