When i download a game i created like put it in a file and when i open it will i see the first scene i created or something else i have global variables around mid part of the game so will i see the first scene or where the first global varaible is?
Hi …you will always see the first/start/opening scene
. It has a symbol next to it…a flag I think! …right click on another scene to change it. You will only see another scene when you open it if you have a ‘change scene’ event at the beginning of to opening/start scene.
The initial values that you’ve set in global variables like player health will be applied in that opening scene but their value when you change scene will be carried over to the next scene
1 Like