How Do I make a new scene in the same game. I would like to make it to where the new game button sends you to a different scene. Thank you in advance!!
I don’t know if this is really what you want, but the header says “pairs” so…
Because each level is so similar, the way that I do it is to use external layouts and select by setting a “game_level” GlobalVariable, then change scene to “game” and initialize/prepare the scene with the condition that “game_level” = (# of level I want) Hope that might help.
(I haven’t tried to go to a random scene or external layout yet… If that’s what you want.)
Hi,
If you don’t know how to create a scene, you should follow one of the tutorials to learn all the basics about Gdevelop, you’ll save yourself a lot of time and trouble in the end