I am converting an old game I made with Game Maker so I can turn it into an HTML5 version.
I have A Splash Screen, Directions Screen, 8 Room Screens (all with the same button controls only the layout with the background picture changes, and the End screen. (All screen have a different 1024x768 picture on them.)
My question is about Event sheet and the best way to handle them. Here is my plan:
Splash Screen with its one event sheet for the next button
Directions Screen its one event sheet which will also pick Normal or Hard mode.
8 Room Screens (with 8 different layouts and pictures on each) which will share 1 event sheet containing 10 choice buttons and game code. The object will be able to solve puzzles to make it to the final screen.
End Screen with its own event sheet for score board and exit
Is this the best way to do the game, or should each 8 rooms (layouts) have their own event sheet?
Thanks