cant change to the scene i want!

EclipseGamersEclipseGamers Member, PRO Posts: 91
edited April 2014 in Working with GS (PC)

on my @game over' scene i have two buttons, a play again button and a menu button. when i click anywhere on the screen including the menu button it justs goes the my game scene?

Comments

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    You clearly have an error in your Behaviors, but without knowing what you have in there no one will be able to help.

    Double check your Behaviors, and make sure they are set up correctly. Also you can post screen shots here and maybe someone can help.

  • EclipseGamersEclipseGamers Member, PRO Posts: 91

    for the play button i have 'when mouse is down, change scene the game scene' for the menu button i have 'when mouse is down, change scene to menu scene' ?

  • StormyStudioStormyStudio United KingdomMember Posts: 3,989

    are the actors overlapping?

    is there a rule in your menu scene, that is remaining on from when it was first visited and so sending the player straight to the game scene when it goes there.

    Happy to take a look at your project quickly if you want. Otherwise post a pic of your rules...

  • EclipseGamersEclipseGamers Member, PRO Posts: 91

    they are not overlapping and i cant see anything wrong

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408

    it's the 'when mouse is down part'

    it's true in both cases every time, it doesn't take into account WHERE the mouse is pointing, only of it is down.

    change it to 'when touch is pressed'

  • EclipseGamersEclipseGamers Member, PRO Posts: 91

    that worked! thanks dude!!!!

  • StormyStudioStormyStudio United KingdomMember Posts: 3,989
    edited April 2014

    @jonmulcahy said:
    it's the 'when mouse is down part'

    it's true in both cases every time, it doesn't take into account WHERE the mouse is pointing, only of it is down.

    change it to 'when touch is pressed'

    Damn you Mulcahy :s .. missed that one, I always use Touch it didn't even cross my mind :-) ... have an 'insightful'

Sign In or Register to comment.