How to add your custom tapple text bubble overlays?

I see some people do this in their stories and I really wanted to know lol but how do authors put their own text bubble overlays and then you tap to continue to read.

in terms of adding your custom overlays go to art catalog on web portal and just select your image that you downloaded or made.
image

Use this guide for tappable overlays, im sure there’s also a forum version on here.

For your case on tapping to continue to read, within the tappable text either do a goto flag (with a label flag) or input the dialogue text in there for your characters.
If you need help with gotos and labels, heres a guide as well

You can find other helpful guides from Dara:

2 Likes

Ik how to do tapple overlays I just want to know how to like tap the screen and not the overlay to continue

you can put
tappable
“OVERLAY” {
} else {
}

to make it so they tap the screen or the overlay to continue. If you perhaps wanted it to just continue if they don’t tap anything in a certain time, put

tappable [timed:x]
“OVERLAY” {
} “else” {
}

If you have no overlay and just want the screen, you could just do the first one and position a random overlay off the screen so that it still works but they can’t tap it anyway, so they just tap the screen.

2 Likes

Thx!!!

1 Like

You can do this trick:

#So:

INT. INTRO

@zoom reset

@speechbubble is 160 237 to 0%

NARR
Tap to continue.

INT. NEW BACKGROUND

@speechbubble reset

NARR
Welcome to…

*Basically you set the bubble’s scale to 0% so it’s hidden and when the reader taps the screen, it moves onto whatever is next (in my example, the new background). Don’t forget to reset speechbubble or no bubble appears at all, yikes! Also, no overlay required.

Sorry for typos, I’m not feeling well : /

1 Like

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