[Solved] Main Menu
Dassenapps
Member Posts: 3
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
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.
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
Thanks for the help!
But it wont work.
Rule
Touch is inside
Do:
Change Image: play 2
Rule
Touch is pressed
Do:
Change Scene
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.
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
You have done it !
Thanks this really helps me.
You're welcome!
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page