Tappable Intro help

label begin

EXT. INTRO with GREEN START to 0.520 -325 309 in zone 1 at layer 0 with GREEN CUSTOMIZE to 0.493 441 203 in zone 1 at layer 0 with GREEN SKIP to 0.458 -325 93 in zone 1 at layer 0

&zoom reset

&speechbubble reset

&overlay GREEN START opacity 0 in 0
&overlay GREEN CUSTOMIZE opacity 0 in 0
&overlay GREEN SKIP opacity 0 in 0

&overlay GREEN START shifts to 36 309 in zone 1 in 3 using easebounceout
&overlay GREEN CUSTOMIZE shifts to 43 203 in zone 1 in 3 using easebounceout
&overlay GREEN SKIP shifts to 38 93 in zone 1 in 3 using easebounceout
&overlay GREEN START opacity 0.5 in 3 then overlay GREEN START opacity 1 in 1
&overlay GREEN CUSTOMIZE opacity 0.5 in 3 then overlay GREEN CUSTOMIZE opacity 1 in 1
@overlay GREEN SKIP opacity 0.5 in 3 then overlay GREEN SKIP opacity 1 in 1

label checkpoint

tappable
"GREEN START"{

&overlay GREEN START opacity 0 in 3
&overlay GREEN CUSTOMIZE opacity 0 in 3
@overlay GREEN SKIP opacity 0 in 3

if (READ){

NARR
You already read the story. Would you like to re-read?

choice
"Yes"{

goto start

}“No”{

&overlay GREEN START opacity 1 in 3
&overlay GREEN CUSTOMIZE opacity 1 in 3
@overlay GREEN SKIP opacity 1 in 3

goto checkpoint

}
}else{

goto start

}
}“GREEN CUSTOMIZE”{

&overlay GREEN START opacity 0 in 3
&overlay GREEN CUSTOMIZE opacity 0 in 3
@overlay GREEN SKIP opacity 0 in 3

goto customize

}“GREEN SKIP”{

&overlay GREEN START opacity 0 in 3
&overlay GREEN CUSTOMIZE opacity 0 in 3
@overlay GREEN SKIP opacity 0 in 3

if (READ){

NARR
Thanks for reading! Are you sure you want to end the episode?

choice
"Yes"{

goto end

}“No”{

&overlay GREEN START opacity 1 in 3
&overlay GREEN CUSTOMIZE opacity 1 in 3
@overlay GREEN SKIP opacity 1 in 3

goto checkpoint

}
}else{

NARR
You haven’t read the story yet!

&overlay GREEN START opacity 1 in 3
&overlay GREEN CUSTOMIZE opacity 1 in 3
@overlay GREEN SKIP opacity 1 in 3

goto checkpoint

}
}

label customize

INT. BLACK - NIGHT

&zoom reset

&speechbubble reset

NARR
Customize characters here.

goto begin

label start

INT. BLACK - NIGHT

&zoom reset

&speechbubble reset

NARR
The whole story line here.

gain READ

goto begin

label end

NARR
Thanks for reading!

#Notes, since I wasn’t so sure if your intro background had a title, I coded it on what I thought best worked, considering tablet size. BY the way, I re-sized your overlays because they were too big and I gave them new names (also for the code above, I use the gain read, when you’re testing your story on the app, each time make sure to reset your story progress: HOW TO: Reset Story Progress + Bonus Stuff :blob_sun: . Just be wary, if the re-play the episode (ex. if you had gains in your episode, it’s best not to let them re-play the episode or do additional coding so for the second time they play through, they can skip the important choices that have a gain) :+1:

The overlays

Name: GREEN CUSTOMIZE

Name: GREEN SKIP

Name: GREEN START

4 Likes