Making a Title Screen/Menu

0 favourites
  • 9 posts
From the Asset Store
Make your own platformer for both the web and mobile easy with this Santas Platformer Template, FULLY DOCUMENTED
  • I have found the tutorial for this in Construct Classic, but nothing for Construct 2.

    How would I make it so there is a title screen with clickable buttons that would take the player to the start of the game?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi ProFound

    ayzhong made a nice video tutorial series called "How to make a port of 1945 using Construct" It covers most of the basics including how to make a start screen for your game which can be found in part 7 here:

    construct.net/en

    He demonstrates how to make clickable text but you could make your own buttons to use instead of text. Hope this helps.

  • Ahhh, yes I remember seeing the video tutorial on youtube but never considered that he made a title screen. Many thanks friend, many thanks.

  • Your welcome. Just one thing though instead of using the text object use the sprite object if you make your own buttons.

  • Also you can add a sprite that you can make with paint and add a variable for start and make it one at start of layout

    and then:

    If sprite is overlapping mouse cursor:

    Set start variable to 0

    And change all of your "at start of layout" conditions to "if start > 1"

    Do not forget to make all your title screen objects dissapear when

    the variable egals 0

    Note: also add mouse plugin

  • Your welcome. Just one thing though instead of using the text object use the sprite object if you make your own buttons.

    Is it alright with you if I use your profile picture in my game? It's fantastic.

  • If you add a Mouse object, there should be a condition "When Object is Clicked"

    That could help.

  • My latest tutorial shows a way. Although the tutorial is about making buttons, I do show you how to open another layout.

    youtube.com/watch

  • I couldnt watch the content because it is unavailable at youtube anymore

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