I need help on how to create a skip button option

Someone please help me with a start or skip button. I have no script or anything just a
Start & Skip button overlay. :rofl: :rofl: :rofl: :rofl:

1 Like
I guess you want something like this?
&overlay SKIP create and overlay SKIP scales to s s in zone # in s and overlay SKIP shifts to x y to zone # in s and overlay SKIP to layer #
&overlay START create and overlay START scales to s s in zone # in s and overlay START shifts to x y in zone # in s and overlay START to layer #
@transition fade in 1

label choose

@overlay START opacity 1 in 1 and overlay SKIP opacity 1 in 1

tappable
“SKIP”{

@overlay START opacity 0 in 1 and overlay SKIP opacity 0 in 0.5

NARR
Are you sure you want to skip?
choice
“Yes!”{

goto end_chapter

}”No!”{

goto choose

}}”START”{

@overlay START opacity 0 in 1 and overlay SKIP opacity 0 in 0.5

NARR
Are you sure you want to read this chapter?
choice
“Yes!”{


}”No!”{

goto choose

}}

#chapter here.

label end_chapter
@pause for 0

(: Here are some guides if you need the basics first:

https://www.dara-amarie.com/tappable-overlays

https://www.dara-amarie.com/overlays-guide

This is exactly what I needed , thank you so much,

1 Like

No problem!

2 Likes

Moved to Directing Help and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions. :smiley:

1 Like

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