HELP tappable overlays

So please I need help! I have this scene at the beginning of my story where you can choose to start or to customize. When I enter the customize button you have a button that says YOU or a button that says BACK to return to the main menu. But when I touch the back button this happens!.
(I know that you’ll ask why I have a you button if its unnecessary but that’s because I’ll be adding more characters to customize.)
PLEASE HELP ME



label MAINMENU
&ui CUSTOMIZEBUTTON create and ui CUSTOMIZEBUTTON scales to 0.380 0.380 in 0 and ui CUSTOMIZEBUTTON shifts to -13 43 in 0 and ui CUSTOMIZEBUTTON opacity 1 in 0
&ui STARTBUTTON create and ui STARTBUTTON scales to 0.380 0.380 in 0 and ui STARTBUTTON shifts to 142 43 in 0 and ui STARTBUTTON opacity 1 in 0
@ARIA spot 2.400 -251 -473 in zone 1

tappable
“CUSTOMIZEBUTTON”{
&ui CUSTOMIZEBUTTON opacity 0 in 0
&ui STARTBUTTON opacity 0 in 0
&ui YOUBUTTON create and ui YOUBUTTON scales to 0.380 0.380 in 0 and ui YOUBUTTON shifts to 64 72 in 0 and ui YOUBUTTON opacity 1 in 0
&ui BACKBUTTON create and ui BACKBUTTON scales to 0.380 0.380 in 0 and ui BACKBUTTON shifts to -26 414 in 0 and ui BACKBUTTON opacity 1 in 0
tappable
“YOUBUTTON”{
HERE IS ALL THE CUSTOMIZATION TEMPLATE
}
goto MAINMENU
}“BACKBUTTON”{
goto MAINMENU
}
}“STARTBUTTON”{

}

label MAINMENU
&ui CUSTOMIZEBUTTON create and ui CUSTOMIZEBUTTON scales to 0.380 0.380 in 0 and ui CUSTOMIZEBUTTON shifts to -13 43 in 0 and ui CUSTOMIZEBUTTON opacity 1 in 0
&ui STARTBUTTON create and ui STARTBUTTON scales to 0.380 0.380 in 0 and ui STARTBUTTON shifts to 142 43 in 0 and ui STARTBUTTON opacity 1 in 0
@ARIA spot 2.400 -251 -473 in zone 1

tappable
“CUSTOMIZEBUTTON”{
&ui CUSTOMIZEBUTTON opacity 0 in 0
&ui STARTBUTTON opacity 0 in 0
&ui YOUBUTTON create and ui YOUBUTTON scales to 0.380 0.380 in 0 and ui YOUBUTTON shifts to 64 72 in 0 and ui YOUBUTTON opacity 1 in 0
&ui BACKBUTTON create and ui BACKBUTTON scales to 0.380 0.380 in 0 and ui BACKBUTTON shifts to -26 414 in 0 and ui BACKBUTTON opacity 1 in 0
tappable
“YOUBUTTON”{
HERE IS ALL THE CUSTOMIZATION TEMPLATE
}
goto MAINMENU
}“BACKBUTTON”{
@ui YOUBUTTON opacity 0 in 0 AND ui BACKBUTTON opacity 0 in 0
goto MAINMENU
}
}“STARTBUTTON”{

}

try this!

2 Likes

YOU ARE A LIFESAVER, thank you so much! It worked!

2 Likes

any time! :sparkling_heart:

1 Like

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