Hi everyone,
I'm new to Visionaire Studio and just getting started with building my first point-and-click adventure game. I'm trying to create a main menu screen with a background image and a "New Game" button that starts the game when clicked.
So far, I have added the background image as a scene, and I added a scene object to serve as the clickable button. However, I’m not sure how to properly configure it to start the game.
Could someone please explain step-by-step how to:
Set up a main menu scene.
Make a scene object function as a "New Game" button.
Start the first scene of the game from this button.
I’m not using interfaces, just working with a single image as the menu background and interactive scene objects as buttons.
Any help or tutorial links would be really appreciated.
Thanks in advance!