OK, Here we go!
1. Make an actor "StartGame"
2. Change text -> "Start Game"
3. Add an event -> "Mouse button up" -> "Move to [move=View][relative to=game center][x=(start) x][y=(start) y]"
4. Make an actor "Multiplayer"
5. Change text -> "Multiplayer Game"
6. Add an event -> "Mouse button up" -> "Move to [move=View][relative to=game center][x=(Multiplayer start) x][y=(Multiplayer start) y]"
7. Add an actor "Quit"
8. Change text -> "Quit"
9. Add an event -> "Mouse button up" -> Script Editor ->
- Code: Select all
ExitGame();
Now, test it out!
It should look like this:
HTHs! Hope this makes sense!