Ok thank you, do you know where i could find one please?
Hi, I can help
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.)
Thank you so much! I’ll send you the overlays in a minute.
I swear Dara has everything: . I love her.
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)
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.
I’m currently making one if you would like to try it out?
There is no story to it yet as it’s on my “testing” script
Thank you so much
Sure!
Sorry about the delay I went out this morning. Like a say there is no story as this is just a script to test different things out
Thank you
hope it works can’t ty it on my phone at the moment lol
I’ll take a look
Hmm I’m not seeing an issue but I’ll check it over once I’m home
Ok thank you!
When you copied it did you also copy label begin (the very first thing at the top)?
If you’re still having an error occur, do show your code (it should work).
Should i take out the label begin?
label begin should NOT be erased. Make sure your background intro name is written correctly. I tested before I sent this and it ran smoothly. Can you show your script if an error persists?