Menu intro needed

Does anyone have a code for a menu that has the buttons
start, customize, recap, phone use, tablet use?

I want it where the reader could choose which device they are using and everything. If anyone can make me a template for one. I have the buttons and bg just need the code

Something like this?

I can make you one. How fast do you need it?

Here’s an example of what you’ll need. You just need to put all the overlays in place and you’re good to go.

Script
label menu 
INT. BACKGROUND with START to 1.000 0 0 in zone 1 at layer 0 with CUSTOMIZE to 1.000 0 0 in zone 1 at layer 0 with RECAP to 1.000 0 0 in zone 1 at layer 0 with PHONE USE to 1.000 0 0 in zone 1 at layer 0 with TABLET USE to 1.000 0 0 in zone 1 at layer 0
&cut to zone 1 and zoom reset 
&speechbubble is 160 174 to 0%
NARR
Menu.
tappable 
"START" {
&speechbubble is 160 238 to 90%
NARR
Start here. 

} "CUSTOMIZE" {
&speechbubble is 160 238 to 90% 
NARR
Customization here. 

@transition fade out black in 1.5
goto menu 

} "RECAP" { 
&speechbubble is 160 238 to 90%
NARR 
Recap. 

} "PHONE USE" {
&speechbubble is 160 238  to 90%
NARR
Phone use.

} "TABLET USE" {
&speechbubble is 160 238 to 90%
NARR
Tablet use.
} 

music off 
INT. GYM BASKETBALL SEA SPARKLE - NIGHT
&zoom reset 
&speechbubble reset 
NARR 
To be continued...
2 Likes

Yep this is what I was needed. Thank you

1 Like

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