Hello, instead of duplicating the menu to have one in the normal game and one in the title screen I used variables to hide and show some menu elements (such as save or resume game). The only problem I have is this: in game I want this menu to Pause the game, on the main screen I don't want any pause since the background will be animated. How can I achieve this? Is there a way to set Pause via ActionList without using Engine ManageSystem?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can use a separate "pausing" Menu that turns on at the same time if you're not in your title screen sceen.
This technique is covered in this tutorial for the sub-menus (Options, Save, Load, etc).
Hey Chris, thanks a lot for the suggestion. I'll give it a try