Game menus

0 favourites
  • 3 posts
From the Asset Store
A well commented template with list menus and shops to use in your top-down RPGs or metroidvania games!
  • Hi!

    I think about adding menus in my games. There will be two kind of menus:

    • full screen menus.
    • pop-up in-game (for example the pause menu... the game scene will still be viewable behind).

    How should I proceed? Everything put into the game scene, and I move/hide/Show according to the events? Or a very new layout including all the concerned assets.

    Your opinion? Any examples? <img src="smileys/smiley9.gif" border="0" align="middle" />

    Thanks in advance!

    Rag'

  • For full screen "main menus" I would have it on a layout for its own.

    Layers should allow you to navigate between several "menu screens" to access different parts.

    For an "ingame menu" (like pause), I would have it in a top layer in the game/level layout, and pause/make sure the rest of the game can't get accessed when the top layer (menu) is visible, so that only the top menu gets the user input.

    (this can be done by adding some check system:is layer visible (top layer)/invert to the events of the game, system:is layer visible (top layer) for the events of the menu.

    For concrete examples, I don't recall a specific one posted.

    I hope this helps you nevertheless.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I'm agree with Kyatric. Layers are useful for making overlays, including pause overlays.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)