Hi so i searched everywhere to find a game menu and i found a way.
label game_menu
#PUT BACKGROUND HERE
@zoom reset
@overlay GOLDSTART create
@overlay GOLDSTART opacity 1
@overlay 5607802773372928_GOLDSTART shifts to 65 289 in zone 1
@overlay 5607802773372928_GOLDSTART scales to 1.504 1.504
@overlay 5607802773372928_GOLDSTART moves to Layer 1
@overlay GOLDCUSTOMIZE create
@overlay GOLDCUSTOMIZE opacity 1
@overlay 5607802773372928_GOLDCUSTOMIZE shifts to 61 187 in zone 1
@overlay 5607802773372928_GOLDCUSTOMIZE scales to 1.594 1.594
@overlay 5607802773372928_GOLDCUSTOMIZE moves to Layer 2
@overlay GOLDSKIP create
@overlay GOLDSKIP opacity 1
@overlay 5607802773372928_GOLDSKIP shifts to 85 68 in zone 1
@overlay 5607802773372928_GOLDSKIP scales to 1.612 1.612
@overlay 5607802773372928_GOLDSKIP moves to Layer 3
tappable
“GOLDSTART” {
goto start_story
} “GOLDSKIP” {
goto end_story
} “GOLDCUSTOMIZE” {
goto CC
}
######################################################
label CC
#BACKGROUND HERE
@transition fade out black 3
#put customize here also after your done with it put goto game_menu
######################################################
label start_story
#put your story here
######################################################
{
label end_story
@transition fade out 3
#put ending here also you dont have to put the transitions.
@transition fade out black 3
}
#Annd there! your done! check my account i put templates for you to use its free!