Hi everyone. I am new to Construct 3 and I am just getting to grips with it. I have a good idea about the functionality of my game, but I am struggling to work out the best way to handle event sheets and procedures across multiple layouts.
Say I have two layouts (Menu and Gameplay), each with their own events sheet. I also have a third event sheet where I hold my functions.
Q1) Is this the best way to structure my project?
Q2) What would be the best way of handling the following?
I press a button on the Menu screen. The resulting actions are
• Go to Gameplay screen
• Call a function that animates the game board in the Gameplay screen
My current solution is to hold the ‘Go to Gameplay layout’ event in the Menu event sheet and then call the function as part of the ‘On start of layout’ event held in the Gameplay event screen. However, I don’t think this is the best solution.
Any advice, tutorials or documentation on this subject would be greatly appreciated.
Thank you"