I have noob question about menus :)

0 favourites
  • 4 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 Im guessing this would be an easy question for some of you construct wizards out there. I wanna make an easy menu that comes up when I die...I was looking for more tutorials on this, but decided to make my own post in hopes that someone will post a .capx so I can understand it better, I want it to look something like this...

    plonga.com/skill/Reaction/Flappy-Bird-Online/

    or

    angrybirdsgames.com/games/angry-birds-space

    So as you can see I want to learn how to make a menu that show up right there and then when I die that can have a reset button, or a save me button..ect..

    Thanks in Advanced

  • Basically, all menus come down to this.

    a) Stop or pause the game when the trigger for the menu comes out

    b) Run the correct event based on what the player presses next

    So to stop the game, once your trigger has occurred, from the above example, When Bird collides with enemy, either use the set time scale to 0, or set your variable if you are using a variable to control when your game events should run. Next just create the sprites for the menu and buttons at the location you want them to be.

    As for going back to the main menu or resetting the game, use the go to layout action and the restart layout actions. As for a resume button, just delete all the menu sprites, and set the time scale back to 1 or your variable to the appropriate setting.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey! thank you for that, you're officially a master in my books aha, well said, since I'm up and hopefully so are you , how would I go about doing some menu effects? well just 2 effects in particular actually For example Have the menu slide in..or slide up..something along those lines..and how do I scale the buttons when I hover or press it?

  • For sliding, to get the smoothest results, you can use lerp. If you are a total beginner, lerp might be slightly complicated, but it is super useful. Or you could use the litetween behavior. https://www.scirra.com/forum/viewtopic.php?f=153&t=70700&hilit=lite+tween+litetween

    As for the scale, you can set the scale of the sprite in the actions section, or actually create two different sprites for that button, than when you hover or press it, set it to the other animation frame.

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