Someone Help Me Create a Menu For My Story?



I tried coding it by following a YouTube video but that didn’t work.

1 Like

I still haven’t figured this out.

You need to code the buttons as tapable overlays, if you go to Dara Amarie’s website she has tips on how to do it, I would also add labels too (she has coding tips for that also) hope this helps!

1 Like

I tried that, I even followed a youtube video I’m going to try again.

It should work…
Normally, the code would be sth like this…

label storymenu
tappable
"START"{
 #start the episode

}"QA"{
#write all the ques with answers..
goto storymenu

}"SKIP"{
 NARR
Are you sure you wanna skip this epsiode?
choice
"YES!"{
goto storyend
}"No, take me back!"{
goto storymenu
}

}

label storyend
#end your story here
1 Like

Thank you I’ll try it.

1 Like

Somewhere in the beginning I kept messing it up with the placement of the button.

1 Like

Make sure you have layered your overlays and spot them correctly…
for tappable buttons , not layering the overlays properly can sometimes create this problem

1 Like

Or if you want, you can give me the overlays and I can code it by myself for u if it still doesnt work :blush:

Everytime I place the button in a certain spot it cuts out the whole screen I’ve been trying to figure that out.

Hmm…can you show me the problem you’re facing? Maybe you’re facing problem with scaling the overlays :thinking:

Okay

1 Like

I’ll pm you in a hour.

1 Like

It’s with scaling the overlay’s, it keeps going wrong.

1 Like

do send me the screenshot of your script (if you still need help :blush: )

1 Like

I’m going to have to redo it, I must have deleted the script when I got so frustrated.

I found it

Summary

INT. CHAP MENU
@overlay START create from BUTTON AND START shifts to 10 358 in zone 1
@overlay QANDA create from BUTTON AND QANDA shifts to 8 57 in zone 1
@overlay SKIP create from BUTTON AND SKIP shifts to 9 -50 in zone 1

label GAME_MENU
tappable
“START”{

goto START

}“QANDA”{

goto QANDA

}“SKIP”{

goto SKIP
}

label START
NARRATOR
START
INT. CITY with effect RAIN
@CELESTINE changes hair into Long Curls
@CELESTINE changes into Cute outfit
@zoom on 487 0 to 242% in 0 using easeout
&pan to zone 2
@zoom on 487 0 to 242% in 0
@CELESTINE spot 1.250 151 50
@CELESTINE moves to layer 0
@CELESTINE walks to spot 1.250 151 50 in zone 2 and CELESTINE is run_super_speed_loop
NARRATOR
You may be wondering why I’m running, lets just say everything doesn’t go as planned.
@CELESTINE changes into Casual altire
INT. CITY DAY with effect RAIN
@zoom on 487 0 to 242% in 0 using easeout
&pan to zone 2
@CELESTINE walks to spot 1.250 151 50 in zone 2 and CELESTINE is run_super_speed_loop
NARRATOR
Day after Day.
NARRATOR
Trying to escape my dreadful fate.
label QANDA
INT.SWALLOWING.STONES
NARRATOR
Q&A
choice “How many chapters will there be?” {
NARRATOR
At The moment at least 30
} “How many LI” {
NARRATOR
One LI but this story is different it’s more of a P.O.V.
} “Is There Customization”{
NARRATOR
Chapter five will be only because I’m debating also I make my own templates
which takes time I would use Dara’s templates but some things I need limited.
} “Extra Information”{
NARRATOR
More than one main character
} “Instagram?”{
NARRATOR
jellyepisode
} “Art”{
NARRATOR
I make some of the art for my story, if some of it is made by someone else
I’ll solemnly give credits for each piece
} “Important”{
NARRATOR
Please don’t comment in my fun-mail unnecessary hateful things this is my first
story, comment what is wrong nicely and I’ll kindly fix.
}
label SKIP
NARRATOR
SKIP
}

That’s what I originally had

1 Like

Hey! I find Mary D Sava youtube tutorials helpful!

You can check out this
Further if u need any help I will be happy to help ya!
Good luck :shamrock:

That’s what I followed but when I scale it the button the outline covers the whole screen.

1 Like