Pause Menu [RPG Like]

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
  • Hi, i began a project longtime ago and i have few more question. But i can't question all in one post ? right ?

    I want in game, you can make a pause (Character,enemies...etc stoped) and menu showing + you can see Character statue...etc

    I tried few time, but nothing working as i want.

    Here my project, i know it's totally unfinished but i'm bored can't make appear the pause menu, and some other problem

    http://www.mediafire.com/?et88dqi1ocvco89

    PS : Sorry for my bad english, i'm french

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have this in my project...works perfectly. first, create a global variable called "paused"; start it at 0. on click on pause button, have system set global variable "paused" to 1. then on a new event, have system compare variable "paused"...when equal to 1, set system timescale to 0. make another new event...have system compare variable "paused"...when equal to 0, set system timescale to 1.

    this can be modified in many ways to make it work for you...for instance, you can restore individual object timescales immediately after setting system timescale to 0 so that you can still have button animations and stuff like that.

  • I highly recommend creating a separate event sheet for your pause/menu functions. Then on each layout you right click on blank space and select "Include event sheet" and then the pause/menu event sheet.

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