HI!
I have three layouts in the game where one is introductory, and the other two are separate minigames (you can start whatever you want first)
at the two mini games I put two variables for two different scores; when you are in the first layout, the introductory one, the summed score of the minigames should appear.
I tried to create a variable that has the sum of the two variables of the two layouts but it doesn't work; I created a global variable that I also inserted in the two minigames invisibly (visible only in the introductory layout) but that doesn't work either.
how can I do?