Can I make my story more interactive?

Hello, if it’s possible that someone could help me, it’d be greatly appreciated. Thank you :slight_smile:

How can I make my readers tap on a certain spot? Is that even possible? For example, I want my reader to tap on certain monitors in the INT. SECURITY OFFICE - DAY background. Is that possible?

Thank you in advance.

I have done tons of tappables would you like me to script it for you?

1 Like

Oh my gosh, would you really? I’d love that. Is it possible you could also show me how please? Thank you sooo much.

1 Like

Yes, I can script it for you if you’d like. This is the basic template for tappables:
tappable “[overlay]”{
[inster what you’d like it to do]
}

Okay, so I’d have to create an overlay first. Then say I want to zoom in on that spot (a monitor in my case), I’d write it in the brackets, and the rest of my script?

Would you like some examples of some that I did so you can use them as reference?

If it’s not too much to ask for, yes please.

label outfit_change
NARRATOR
Tap on the outfit you want to wear!

@pause for .5
@YOU starts idle_shiftweight_neutral_loop
@overlay BLACK JACKET opacity 1
@overlay BLACK HEELS opacity 1
@overlay WHITE JACKET opacity 1
@overlay WHITE HEELS opacity 1
@overlay BUTTON JACKET opacity 1
@overlay BUTTON JACKET opacity 1

tappable “BLACK JACKET” {

@pause for .3
@overlay BLACK JACKET opacity 0
&overlay BLACK HEELS opacity 0
&YOU starts dustoff_neutral_loop
@YOU changes into YOU_default
@DOUBLE changes into YOU_default
@pause for .2
@zoom on 158 0 to 372% in 0
@pause for .2
@zoom on 158 369 to 311% in 4
@pause for .3
@zoom on 158 369 to 101% in 4
@pause for .5
@YOU starts kiss_blow_happy
@pause for 3
goto yes_or_no

} “WHITE JACKET” {
@pause for .3
@overlay WHITE JACKET opacity 0
&overlay WHITE HEELS opacity 0
&YOU starts dustoff_neutral_loop
@YOU changes into White Suit
@DOUBLE changes into White Suit
@pause for .2
@zoom on 158 0 to 372% in 0
@pause for .2
@zoom on 158 369 to 311% in 4
@pause for .3
@zoom on 158 369 to 101% in 4
@pause for .5
@YOU starts kiss_blow_happy
@pause for 3
goto yes_or_no
} “BUTTON JACKET” {
@pause for .3
@overlay BUTTON JACKET opacity 0
&overlay BOOTS opacity 0
&YOU starts dustoff_neutral_loop
@YOU changes into Cute skirt
@DOUBLE changes into Cute skirt
@pause for .2
@zoom on 158 0 to 372% in 0
@pause for .2
@zoom on 158 369 to 311% in 4
@pause for .3
@zoom on 158 369 to 101% in 4
@pause for .5
@YOU starts kiss_blow_happy
@pause for 3
goto yes_or_no

}
label yes_or_no
@YOU is idle_shiftweight_neutral_loop
@pause for 2

    YOU (talk_think_neutral)
Is this what I want to wear?

choice
“Yes!”{

    YOU (talk_primp_neutral)
I look amazing!

}
“No…”{

    YOU (talk_pointup_pretentious)
I need to try something else.

goto outfit_change
}

1 Like

This is going to help me out so much. I really appreciate it. Thank you so much. :blush: :yellow_heart:

1 Like

No problem! If you ever need anything else just tell me! :heavy_heart_exclamation:

1 Like

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