Title Screen with credits Button and Start Game Button

butterbeanbutterbean Member Posts: 4,315
edited November -1 in Working with GS (Mac)
I have 2 buttons on my title screen, one for Start Game and one for Credits scene

I thought I could just program each button to change to the "Credits Scene" for credits and for the Start button, just say go to Scene 1, but When I hit the credits button on the title screen, it goes to World 1

do I have to create a game attribute since the scenes are in order? How does that work?

Comments

  • ktfrightktfright Member Posts: 964
    do you have when mouse->down, and Mouse-> inside actor? and it is all, not any?

    also, do you have the change scene going to the proper places?
  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    I bet you're using the mouse down option, I was doing the same thing, switch them all to Touch and it should work, it's a pretty basic rule.

    if actor receives touch
    goto scene XXX
  • butterbeanbutterbean Member Posts: 4,315
    Thanks guys, yea it was the touch versus mouse option, it works now, thanks!
Sign In or Register to comment.