Scene order???

sparkersparker Member Posts: 47
edited November -1 in Working with GS (Mac)
Hi Guys,

just started making my first basic app, but Im having a problem changing scenes. Everything seems to work fine, until I want to change to a scene which is not the next one in the order - in this case it goes to the next scene in the order - not the scene I have specified.

I just have an actor in the scene with a rule created that when the mouse button is pressed on it it changes scene to the one I want.

Anyone see something wrong with the logic?

Thanks,
Sam

Comments

  • JamesZeppelinJamesZeppelin Member Posts: 1,927
    You need two attributes to make a something function as a button

    mouse pressed

    AND

    touch is inside
  • sparkersparker Member Posts: 47
    Thankyou!!! That has fixed a couple of my issues, it still seems to be going to the wrong scene for one particular actor touch even though.. Anything else I should be looking for?

    Also - what is with the game screen area, I don't understand the difference between the outside rectangle and the four corners shown inside that?

    Thanks for your help.
    Sam
  • JCFordJCFord Member Posts: 785
    HI Sparker,

    Outer rectangle is the screen size, although you can have your canvas larger outside this zone. The inner is the Camera area which you can reduce when you want it to follow an actor.
Sign In or Register to comment.