I can't get my game menu to work, can someone help?

I can’t get my game menu to work. This is my script:
INT.CUSTOMIZE

@overlay START create
@overlay 4869486278934528_START shifts to -103 349 in zone 1
@overlay 4869486278934528_START scales to 1.108 1.108
@overlay START opacity 1
@overlay CUSTOMIZE create
@overlay 4869486278934528_CUSTOMIZE shifts to -71 115 in zone 1
@overlay 4869486278934528_CUSTOMIZE scales to 1.036 1.036
@overlay CUSTOMIZE opacity 1
@overlay PREVIOUSLY create
@overlay 4869486278934528_PREVIOUSLY shifts to -102 225 in zone 1
@overlay 4869486278934528_PREVIOUSLY scales to 1.108 1.108
@overlay PREVIOUSLY opacity 1
@overlay SKIP create
@overlay 4869486278934528_SKIP shifts to -98 -20 in zone 1
@overlay 4869486278934528_SKIP scales to 1.108 1.108
@overlay SKIP opacity 1

label GAME_MENU
tappable"START" {

  • NARRATOR
  • You tapped on option 1.

} “PREVIOUSLY” {

@transition fade out black 3

INT.ROYALE HALL

@cut to zone 1

@zoom on 0 0 to 202% in 0

@transition fade in black 3

@EMERALD spot 1.280 -220 -23 in zone 1 AND EMERALD faces right

@KING KAYSON spot 1.280 -208 -22 in zone 1 AND KING KAYSON faces right

@transition fade in black 1

&KING KAYSON walks to screen center in zone 1

&EMERALD walks to spot 1.280 58 -6 in zone 1

@KING EDWARD stands screen center in zone 3

@QUEEN MIRA spot 1.190 48 29 in zone 3

@EMERALD moves to layer 4

@pause for a beat

@pause for a beat

@pause for a beat

@cut to zone 3

@zoom on 798 394 to 419% in 0

@KING KAYSON starts idle_armscrossed_angry_loop

@pause for a beat

@pause for a beat

@cut to zone 1

@zoom on 26 0 to 180% in 0

@KING KAYSON starts bow_happy

@EMERALD starts bow_happy

@pause for a beat

@EMERALD starts fall

@pause for a beat

@zoom on 138 363 to 306% in 0

@KING KAYSON starts react_shocked_gasp

@pause for a beat

@cut to zone 3

@zoom on 640 358 to 332% in 0

@QUEEN MIRA starts react_shocked_gasp

@pause for a beat

@zoom on 790 373 to 332% in 0

@speechbubble is 158 169 to 141% with tail_top_right

    KING EDWARD (talk_angry)
You didn't tell me the girl was a village girl

@transition fade out black 3

goto GAME_MENU

The problem is I can’t get my script back to the main menu if that makes sense.

This is my Main menu

Please shair your opions

For the tappable, idk if this is how it has to be done or not but I use ‘goto label’ (:

Let me show u what I mean by that (:

MY SCRIPT =

label intro_menu
@zoom reset
INT. INTRO MENU_01

@overlay START_GBLACK create
&overlay START_GBLACK opacity 1 in 1
&overlay START_GBLACK shifts to 107 364 in zone 1
&overlay START_GBLACK scales to 1.000 1.000

&overlay SKIP_GBLACK create
&overlay SKIP_GBLACK opacity 1 in 1
&overlay SKIP_GBLACK shifts to 111 238 in zone 1
&overlay SKIP_GBLACK scales to 1.000 1.000

&overlay CUSTOMISE_GBLACK create
&overlay CUSTOMISE_GBLACK opacity 1 in 1
&overlay CUSTOMISE_GBLACK shifts to 78 123 in zone 1
&overlay CUSTOMISE_GBLACK scales to 1.000 1.000

tappable
“START_GBLACK” {
goto label start_chapter
} “SKIP_GBLACK” {
goto label end_chapter
} “CUSTOMISE_GBLACK” {
goto label customize_characters
}

label customize_characters
#CUSTOMISATION GOES HERE

label start_chapter
#START OF THE CHAPTER GOES HERE

label end_chapter
#CHAPTER ENDS HERE

END OF MY SCRIPT EXAMPLE!

So, as u can see my template is for Start, Skip & Customisation. U would have to change it to fit yours (:

1 Like

If you mean you cant get the script to create the menu again, you need to send them back to the creation of the overlays + the background. So the label should be moved higher :slight_smile:

1 Like

Meaning, after the recap

1 Like

Okay, i’ll try your suggetions. Thank you :relaxed: :kissing_heart:

So i have done everything suggested to me but it still doesn’t work :thinking:

what’s the exact problem? It won’t let you tap on the overlay buttons?

1 Like

When i finsh the recap i want to go back to the main menu but there is a problem.

1 Like

Try moving your label “GAME_MENU” up to the very beginning of the episode (before the background name)

1 Like

I have already tried that :sleepy:

Hmm… that should do it. I do the same thing in my story (slightly different sense, but all in all the same thing). I’m confused why it wouldn’t be working for you :thinking:

1 Like

I’ll try again tomorrow

Try this and tell me if it works:

INT.CUSTOMIZE

&overlay START create
&overlay 4869486278934528_START shifts to -103 349 in zone 1
&overlay 4869486278934528_START scales to 1.108 1.108
&overlay START opacity 1
&overlay CUSTOMIZE create
&overlay 4869486278934528_CUSTOMIZE shifts to -71 115 in zone 1
&overlay 4869486278934528_CUSTOMIZE scales to 1.036 1.036
&overlay CUSTOMIZE opacity 1
&overlay PREVIOUSLY create
&overlay 4869486278934528_PREVIOUSLY shifts to -102 225 in zone 1
&overlay 4869486278934528_PREVIOUSLY scales to 1.108 1.108
&overlay PREVIOUSLY opacity 1
&overlay SKIP create
&overlay 4869486278934528_SKIP shifts to -98 -20 in zone 1
&overlay 4869486278934528_SKIP scales to 1.108 1.108
&overlay SKIP opacity 1

label game_menu

tappable
“START”{

NARRATOR
You tapped on option 1.

}“PREVIOUSLY”{

@transition fade out black 3

INT.ROYALE HALL

@cut to zone 1

@zoom on 0 0 to 202% in 0

@transition fade in black 3

@EMERALD spot 1.280 -220 -23 in zone 1 AND EMERALD faces right

@KING KAYSON spot 1.280 -208 -22 in zone 1 AND KING KAYSON faces right

@transition fade in black 1

&KING KAYSON walks to screen center in zone 1

&EMERALD walks to spot 1.280 58 -6 in zone 1

@KING EDWARD stands screen center in zone 3

@QUEEN MIRA spot 1.190 48 29 in zone 3

@EMERALD moves to layer 4

@pause for a beat

@pause for a beat

@pause for a beat

@cut to zone 3

@zoom on 798 394 to 419% in 0

@KING KAYSON starts idle_armscrossed_angry_loop

@pause for a beat

@pause for a beat

@cut to zone 1

@zoom on 26 0 to 180% in 0

@KING KAYSON starts bow_happy

@EMERALD starts bow_happy

@pause for a beat

@EMERALD starts fall

@pause for a beat

@zoom on 138 363 to 306% in 0

@KING KAYSON starts react_shocked_gasp

@pause for a beat

@cut to zone 3

@zoom on 640 358 to 332% in 0

@QUEEN MIRA starts react_shocked_gasp

@pause for a beat

@zoom on 790 373 to 332% in 0

@speechbubble is 158 169 to 141% with tail_top_right

KING EDWARD (talk_angry)

You didn’t tell me the girl was a village girl
@transition fade out black 3

goto game_menu

}

1 Like

It still won’t work. Thank you for trying :sleepy: :slightly_smiling_face:

Thank you to everyone that gave me ideas on how to fix my problem. I was finally able to fix the problem. :grin: :smiling_face_with_three_hearts:

1 Like

what was the problem?

1 Like

I think me trying the next day helped in a way, thank you. :kissing_heart:

Tbh i don’t really know, i just changed the game menu to lower case letters and moved it before my background.

1 Like

@Sydney_H Could you please close this thread :grin:

2 Likes

Closed by OP request. :smiley: