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