[Solved] Main Menu

DassenappsDassenapps Member Posts: 3
edited June 2015 in Working with GS (Mac)

Hello,
i'm new to GameSalad and trying to figure all out.
Sorry for any spelling faults.
I'm currently still working on the main menu for my game.
The menu has play, highscore, credits and exit button.

Changing scenes is not the problem when i click play it goes to game etc.
But i want to make a pressable button so the image play etc. change in appearence .

I tried to ad a timer to the change scene but it wont work, it keeps jumping whitout changing the image.
I only need the image to change for a sec so the visuals are a button being pressed.
I've searched google watched tutourials but nothing helps me.

Hope u guys can help me!

Greets,

Dassen

Comments

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

    When you are setting up Touch Events you have a choice of Pressed, Released, Inside and Outside.

    I would set up two rules one for when Touch is Inside to change the image and another for when Touch is Pressed to go to the next scene. Then when you mouse over the button it will change appearance and when you actually click it your game will transition scenes.

  • DassenappsDassenapps Member Posts: 3
    edited June 2015

    Thanks for the help!

    But it wont work.

    Rule
    Touch is inside

    Do:
    Change Image: play 2

    Rule
    Touch is pressed

    Do:
    Change Scene

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

    Here is a sample. I said Touch is Pressed above and should have said Touch is Released. Sorry. :)

    In this sample touch the square and it will change color, release the touch and it will go to the next scene.

  • DassenappsDassenapps Member Posts: 3

    You have done it !
    Thanks this really helps me. :)

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

    You're welcome! :)

Sign In or Register to comment.