Game menu, Help!

label menu_lane
EXT.LANE_2 with CUSTOMIZE_YELLOW with SKIP_YELLOW with START_YELLOW
@zoom on 0 0 to 100% in 0

@overlay 4773760036700160_CUSTOMIZE_YELLOW shifts to -73 195 in zone 1
@overlay 4773760036700160_CUSTOMIZE_YELLOW scales to 1.000 1.000
@overlay 4773760036700160_CUSTOMIZE_YELLOW moves to layer 4
@overlay 4773760036700160_SKIP_YELLOW shifts to -71 115 in zone 1
@overlay 4773760036700160_SKIP_YELLOW scales to 1.000 1.000
@overlay 4773760036700160_SKIP_YELLOW moves to layer 4
@overlay 4773760036700160_START_YELLOW shifts to -73 277 in zone 1
@overlay 4773760036700160_START_YELLOW scales to 1.000 1.000
@overlay 4773760036700160_START_YELLOW moves to layer 4

tappable “START_YELLOW” {
goto are_you_sure_to_start_chapter
}
“CUSTOMIZE_YELLOW” {
goto customization
}
“SKIP_YELLOW” {
goto are_you_sure_to_skip_option
}

label are_you_sure_to_start_chapter
EXT.LANE_2
NARRATOR
Are you sure, you want to read this chapter
choice “I want to READ this chapter” {
goto start_chapter
} “I made a mistake” {
goto menu_lane
}

label are_you_sure_to_skip_option
EXT.LANE_2
NARR
Are you sure, you want to skip this chapter
choice “I want to SKIP” {
goto skip_chapter
} “I made a mistake” {
goto menu_lane
}

label customization
EXT.SNOWLANE_1
@ALAIA stands screen right
@ALAIA faces left
@ALAIA starts idle_shiftweight_neutral_loop

label start_chapter
INT. ITALIAN RESTAURANT OL - NIGHT
@ALAIA stands screen center
ALAIA (talk_greet_neutral)
Hey…

label skip_chapter

    NARRATOR
    IG- Alaia_writes

INT. BLACK - NIGHT
NARRATOR
To be continued…

1 Like

Can you take a screen shot of the error box

so I can know what the problem is

no it just dont work only start option is working
whenever i click customize or skip it goes to start option
Dont know y

1 Like

Humm…? Is there a way you can record it an show me it so I can see what is happening

1 Like

sure

1 Like

Ok

i will send it via instagram
what is your username

1 Like

txoxo21

1 Like

On here, maybe try to erase that extra space so that it looks like:

tappable “START_YELLOW” {
goto are_you_sure_to_start_chapter
} “CUSTOMIZE_YELLOW” {
goto customization
} “SKIP_YELLOW” {
goto are_you_sure_to_skip_option
}

2 Likes

Maybe the overlays are overlapping on another overlay

1 Like

Still it’s the same

1 Like

Did you write it exactly how I told you to? If yes and it’s still not working, maybe as @PrincessAnu stated, the overlays may be overlapping each other.
Can you take a screenshot and show me where the error message is?

It does not show a error message, (my overlays are not approved yet except that error message) but it is not working only the start option is working!

Just give me 5 minutes, I’ll try the code on my portal!

1 Like

How does your overlay look like? Is it possible to see the overlay that you used?

thanks

sure

ON THIS BACKGROUND

Ok, give me some time, I will try to figure out the problem…

1 Like