Game title menu

0 favourites
  • 3 posts
From the Asset Store
ready made menu you can download this one or just follow my tutorial to make it yourself
  • Hello,

    I'd like knwo your opinion about creating game title menu.

    Do you guys think it's better to have each "screen" on other layouts or all on one layout and each screen on other layout?

    I started creating game menu and start screen when user choose play is one layout, after he choose play he's send to log in layout, after that is send to plaer layout with options to choose, settings, upgrade etc that is next layout which send on each button to other layouts. It's good or better to create one layout and these "screens" on layers?

  • Hey,

    that depends on your style and your game. I prefer to use layers instead of layouts. E.g. I have one layout for the menu (starscreen, highscores, options, ....), one for the game structure, and one unuse layout to place a copy of any sprites a might "create" later in the game(I call it parking space).

    I work a lot with anchors and if you load a new layout it needs to adjust everything sometimes. I use a black-screen-fading between layout changes to avoid uglyness.

    You just have to be carefull if you have many sprites. I guess each layout loads the sprites needed so your total memory usage increases if you put everything in one layout. It really depends on your games and the platform you are targeting.

    In general, if you want fast results, I guess putting everything in an extra layout is easier. If you work with layers you need to disable visibility and maybe a groub to deactivate touch/click inputs.

    I prefer layers. It makes it more fluid on mobiles, but would be nice to here other opinions on that too.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm making Tower Defence game and I'm targeting PC. I think it'll be good to have one layout and control it via layers. Game menu wouldn't use many sprite, much more will be on each level, so I think each level should be on separate layout.

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