hi i`m creating a puzzle game so i just need to change a few sprits in every new scene ( level ) , but how i can create next level button ?
1 Like
Use the change scene event
2 Likes
Condition= cursor or touch is on “next button”
action change to scene “stage 2”
just place your button object in the layout.
1 Like
I have a tutorial on this How To make a Game for android using Gdevelop 5 (OutDated) - YouTube
2 Likes
thank you all guys :`(