How do I toggle objects depending on a variable.

0 favourites
  • 3 posts
From the Asset Store
Easily store, modify, read and manipulate colors with Color Variables!
  • Past link in your URL bar to see working file

    WORKING LINK: db.tt/orWXAduW

    I am trying to figure out how to toggle the "MENU BACKGROUND" object between the "areaMenuBlue" and areaMenuPurple" based on what question is being displayed.

    (i.e. areaMenuBlue - Question 1 / areaMenuPurple - Question 2 and so on. )

    I feel like this should be something very easy, but I can't seem to get my head around it any help is appreciated.

  • Create a global variable called Question with number value:

    System> Question=1 > menu_1 set visible

    _______________________>menu_2 set invisible

    _______________________>menu_3 set invisible

    System> Question=2 > menu_2 set visible

    ______________________ >menu_1 set invisible

    _______________________>menu_3 set invisible

    System>Question=3 > menu_3 set visible

    ______________________>menu_1 set invisibl2

    _____________________ >menu_2 set invisible

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thank you! I've moved onto other parts of the project.

    But will be going back to that.

    I'll post if I have any issues or if it worked here in a couple of days.

    Thanks again!

    Updated Link: db.tt/orWXAduW

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