Need help with tappable menu (customization/start/skip)

label menu
EXT. TROPICAL BEACH - NIGHT
@cut to zone 2

@overlay CUSTOMIZATION create
@overlay 6039690149167104_CUSTOMIZATION shifts to 45 231 in zone 2
@overlay 6039690149167104_CUSTOMIZATION scales to 0.694 0.694
@overlay 6039690149167104_CUSTOMIZATION moves to layer 1
@overlay CUSTOMIZATION opacity 1

@overlay START create
@overlay 6039690149167104_START shifts to 45 66 in zone 2
@overlay 6039690149167104_START scales to 0.712 0.712
@overlay 6039690149167104_START moves to layer 2
@overlay START opacity 1

@overlay SKIP create
@overlay 6039690149167104_SKIP shifts to 45 -83 in zone 2
@overlay 6039690149167104_SKIP scales to 0.694 0.694
@overlay 6039690149167104_SKIP moves to layer 3
@overlay SKIP opacity 1

tappable
“CUSTOMIZATION”{

INT. BLACK - DAY
@cut to zone 1
label customize_character

    NARRATOR
Whom do you want to customize?

choice
“HAZEL”{

    NARRATOR
Cc template of Hazel.

goto customize_character

}
“NICHOLAS”{

    NARRATOR
Cc template of Nicholas.

goto customize_character

}
“FINISH CUSTOMIZATION”{

    NARRATOR
Are you sure?

choice
“Yes, I’m done”{

goto menu

}
“No, I did a mistake”{

goto customize_character

}
}
}
“START”{

    NARRATOR
Do you want to read Chapter 1?

choice
“Yes I want to read Chapter 1”{

    NARRATOR
Story script

}
“No, I don’t want to read Chapter 1”{

goto menu

}
}
“SKIP”{

    NARRATOR
Do you want to skip Chapter 1?

choice
“Yes, I want to skip Chapter 1”{

    NARRATOR
Do you want to support the author?

}
“No, I don’t want to skip Chapter 1”{

goto menu

}
}

I code tappable menu and it’s not showing anything wrong but when I did preview and click on “START” button it’s not working. The things which I put on “CUSTOMIZATION” button is showing on “START” button and the same is happening with “SKIP” button. It’s showing the things of “START” button. Can someone help me with this please??

2 Likes

check your overlays aren’t like overlapping each other maybe?

2 Likes

Ummm no they’re not overlapping

2 Likes

I think it is the label you missed, sending you a dm about it :smiling_face_with_three_hearts:

2 Likes

Ummm okay… Thank you

I have tested it and the only problem I have found is that you have the wrong " - have no idea how this sign is called in engish

you use the round one “ ”, but for coding, you have to use this one " "

if you use the right one your choice will be displayed red in the portal.

1 Like

Ooopss… Thank you… I’ll try and let you know if it works or not :grin::grin:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.