Actor above another actor

VaMPiReVaMPiRe Member Posts: 10
edited November -1 in Working with GS (Mac)
I have a game menu. When I touch help, appears the instructions and placed above the main menu. I have the problem that the menu buttons below don't want to react because the instructions are above.

thanks

Comments

  • UtopianGamesUtopianGames Member Posts: 5,692
    Sounds like you need to move the actor out of the way when you press help.

    Darren.
  • applaudmobileapplaudmobile Member Posts: 208
    or use a boolean attribute to be true when help is showing and false when hidden.

    and add a rule in all the menu actors that when touched if game.helpshowing=true then do nothing, otherwise do what they normally do.
  • VaMPiReVaMPiRe Member Posts: 10
    Thanks ;)
Sign In or Register to comment.