Need Help With Tappables

Could anyone help?

For some reason in this script below my second tappable (Salt) is not appearing… the first tappable “Sugar” has no problem, and is relatively the same script so I don’t see why “Salt” isn’t appearing :thinking:

If anyone has a result please comment down below <3

try removing the second ‘tappable’ above “SALT_TRANSP”

It seems like that isn’t working sadly… :smiling_face_with_tear:
Screenshot 2024-04-23 19.18.04
Screenshot 2024-04-23 19.18.10

oh im sorry! Can you copy your script here using the </>

Sure thing! (I’d like to mention that these overlays are created by me)

    CASSANDRA (talk_think_neutral)
What are we feeling, salt or sugar?

tappable
“SUGARCUBES_TRANSP” {

    CASSANDRA (talk_think_neutral)
I see, sugar is probably the best option out of this.

readerMessage You chose this with messageTitle Sugar

}
tappable
“SALT_TRANSP” {

readerMessage You chose this with messageTitle Salt

    CASSANDRA (react_shocked_awe)
...Well

    CASSANDRA (talk_sheepish_rubneck)
Sure, whatever you want.

}
@transition fade out

CASSANDRA (talk_think_neutral)
What are we feeling, salt or sugar?

tappable
“SUGARCUBES_TRANSP” {
CASSANDRA (talk_think_neutral)
I see, sugar is probably the best option out of this.
readerMessage You chose this with messageTitle Sugar
} “SALT_TRANSP” {
CASSANDRA (react_shocked_awe)
…Well
CASSANDRA (talk_sheepish_rubneck)
Sure, whatever you want.
}

This should work I hope!! Also, did you insert and direct the overlays beforehand?

Sadly, that script isn’t working as well. I’m not sure why, seriously :sob:

Here’s how I adjusted my custom overlays:

You cannot invert the scales size of a tappable that makes them untappable. Try reloading your script so we can see what color your tappables are

1 Like

Idk if that has an impact, but I’d try

tappable
“OVERLAY_1” {
} “OVERLAY_2” {
}

instead of

tappable
“OVERLAY_1” {
}
“OVERLAY_2” {
}

Also, can you maybe show your overlays? Maybe they are overlapping?

1 Like

That’s what I advised but it didn’t work she said
weird :thinking:

1 Like

But she didn’t change that :see_no_evil:
It’s not as you advised :eyes:

notittle

1 Like

Redo the quote marks, it doesn’t work with the fancy ones. You’ll know it’s right when the text goes red between the quote marks.

Either way works.

I did that but it made the whole script broken and didn’t allow for it to run :sob:

This worked! They’re both now trappable so thank you but the problem is " Salt " is only tappable after you chose “Sugar” which isn’t what I want… how do I make them tappable at the same time?

Maybe send your overlays here and we can try to code it :eyes:

Sure thing!

Here are my overlays:


My script for them (again):

(for context, the tappable is located in a choice.)

you still have “tappable” over salt :eyes:

SCRIPT

I made it like this and it works fine :see_no_evil:

Hum… that’s weird because this pops up when I try to perform that:

IMG_5674

ARGHH! Ignore the reply before! This is fixed, and this is the solution! ( When I removed tappable, it left an empty line which was creating the glitch.)

Thank you to everyone that responded, appreciate all the support dearly. :hugs:

1 Like