HELP! I need help making a menu for my game!

OaklandasfanOaklandasfan Member Posts: 213
edited November -1 in Working with GS (Mac)
I've been trying for a while now, but for some reason There is only one clickable thing! For example, If I put a button "Play" and then I put on "Instructions" wherever I click on the screen, the last one I put on (Instructions) is the scene that it goes to!!! Even IF I click on "Play"!!

Comments

  • ejsgameejsgame Member Posts: 161
    did u put 'when touch is inside' in the rule for the button actors?
  • OaklandasfanOaklandasfan Member Posts: 213
    whats the behavior called, I couldn't find it.
  • aalzankiaalzanki Member Posts: 283
    It's not a behavior it's a rule.
  • OaklandasfanOaklandasfan Member Posts: 213
    Can you tell me how??? So far I've gotten Rule, then Attribute: Devices: touch 1, then I did them both x and y to in(x) and in(y) but now neither of the buttons work.
  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    ???

    to make a button, on the actor itself just put a single rule:
    When actor receives touch

    depending on your game, you may want to add an 'inside', but it's not really necessary. The symptoms you have seem like all your buttons have

    when actor receives mouse down
  • OaklandasfanOaklandasfan Member Posts: 213
    Ok! That makes ALOT more sense. When touch is is inside? didnt see that.
Sign In or Register to comment.