Tappable Intro help

Hi, does anyone know how to add a tappable intro that includes customisation, skip and start? Any help would be much appreciated, thanks! :smile:

you’ll have to use tappable overlays to do that :slight_smile:

1 Like

Hi, @Hillary101! You could read @Dara.Amarie 's website! And more specifically:

1 Like

Thank you, I’ve used a tappable overlay but i’m not sure how you would add the customisation and skip button into the code.

For the customisation, just use one of Dara.Amarie’s templates, and add the tappable overlay

1 Like

And skip, just add the tappable overlay and dont write anything, if you want to skip to the end.

1 Like

Do you know how i could lay that out please?

What? The tappable overlay?
I will text you in 5 mins

1 Like

Ok :heart:

So…?

Capture

This is what i have so far but i want to add skip and customisation but i’m not sure how.

I would suggest using a template, it’ll be much faster and easier

Ok thank you, do you know where i could find one please?

Hi, I can help :blob_hearts:

Can you send me your 3 overlays:

Q: Can they skip without playing the episode or they need to play it at least once before they skip it?

After the episode ends does it take them back to the main menu that has customization, skip and play. Can they re-play the episode (ex. not recommended if you use gains BUT even if you use gains it just means you need to do a little extra coding, etc.)

1 Like

Thank you so much! I’ll send you the overlays in a minute. :heart:

I swear Dara has everything: :joy:. I love her.

2 Likes

1 Like

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

BTW:

Here you replace this with CC templates for your characters.

For this, the whole episode script would go here.

For both the CC option and start story, I begin the scene with a new background.

Re-posting GREEN CUSTOMIZE b/c it ended up being converted into non-transparent so download this one instead

1 Like