Power Ups Menu

0 favourites
  • 4 posts
From the Asset Store
75 power-up sound effects; bonus and notification sounds, fanfares, harp glissandi, stabs, clock ticks, etc.
  • Hi guys,

    For a game design class my group is making an endless runner game, and it is all going well, the only problem we are having is that we want to have a menu where you can go in and change options in the game. So if you select double jump or two times coins it will be the only option that you will have. So is there a way to make it so that if I select something in one lay out it changes it in another?

    Thank you!

  • Should be relatively easy..

    You could for example use global variables, a dictionary object or an array (set to global)..

    All you'd have to do in the other layout is check this in a condition and add actions accordingly..

  • If you could give me an example that would be great.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm not really sure what kind of example..

    on one layout set global variable

    on other layout add a condition checking the global variable

    so something like

    normally variable coinmultiplier = 1

    on the menu layout:

    on button pressed

    set variable to 2

    on the game layout

    on collision with coin

    add coinmultiplier*10 to coins

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