So in all of my mini game one of the overlays (in each mini game) isn’t tappable
How can I fix that??
did you remember to put the word tappable before?
Yes
Did you place the overlays down? You have to place them with the @create command before u can do the tappable overlay choice
yes
Hmm, maybe they’re overlapping. If the overlay has a transparent part, you might not be able to click one that’s under. For example:
Do u get what I mean? If there’s an overlay under the transparent part you can’t click it… maybe that’s the case?
Here’s the overlays that aren’t tappable
It looks like they might have transparent parts
check to make sure they’re on the right layers, and if not… I’m sorry but I don’t know how to help
Ok
Still doesn’t work
Can you show the code here please?
1st mini game:
Summary
INT. ROUGE KITCHEN - DAY
@speechbubble reset
@speechbubble is 216 296 to 93% with tail_top_left
@OLIVIA spot 1.280 58 4 in zone 1
@overlay SANDWICH TOMATO LETTUCE HAM create
@overlay SANDWICH TOMATO LETTUCE HAM opacity 1
@overlay PRETZEL create
@overlay PRETZEL opacity 1
@overlay COOKIE create
@overlay COOKIE opacity 1
@overlay 6166388608270336_COOKIE shifts to 144 225 in zone 1
@overlay 6166388608270336_COOKIE scales to 2.170 2.170
@overlay 6166388608270336_COOKIE moves to layer 3
@overlay 6166388608270336_SANDWICH TOMATO LETTUCE HAM shifts to 124 56 in zone 1
@overlay 6166388608270336_SANDWICH TOMATO LETTUCE HAM scales to 0.280 0.280
@overlay 6166388608270336_SANDWICH TOMATO LETTUCE HAM moves to layer 1
@overlay 6166388608270336_PRETZEL shifts to 123 303 in zone 1
@overlay 6166388608270336_PRETZEL scales to 0.550 0.550
@overlay 6166388608270336_PRETZEL moves to layer 2
@speechbubble is 181 418 to 93%
NARRATOR
What would you like to eat?
tappable
“SANDWICH”{
@add Sandwich Tomato Lettuce Ham to OLIVIA
@OLIVIA is eat_food_hand_neutral
@OLIVIA is eat_food_hand_neutral
}
“PRETZEL”{
@add Pretzel to OLIVIA
@OLIVIA is eat_food_hand_neutral
@OLIVIA is eat_food_hand_neutral
}
“COOKIE”{
@add Cookie Chocolate Chip to OLIVIA
@OLIVIA is eat_food_hand_neutral
@OLIVIA is eat_food_hand_neutral
}
2nd mini game:
Summary
@overlay PEANUT JELLY SANDWICH create
@overlay PEANUT JELLY SANDWICH opacity 1
@overlay PANINI SANDWICH BREAD BROWN create
@overlay PANINI SANDWICH BREAD BROWN opacity 1
@overlay HAM SANDWICH create
@overlay HAM SANDWICH opacity 1
@OLIVIA spot 1.280 34 2 in zone 1
@overlay 6166388608270336_HAM SANDWICH shifts to 94 273 in zone 1
@overlay 6166388608270336_HAM SANDWICH scales to 0.640 0.640
@overlay 6166388608270336_HAM SANDWICH moves to layer 4
@overlay 6166388608270336_PEANUT JELLY SANDWICH shifts to 110 147 in zone 1
@overlay 6166388608270336_PEANUT JELLY SANDWICH scales to 0.550 0.550
@overlay 6166388608270336_PEANUT JELLY SANDWICH moves to layer 3
@overlay 6166388608270336_PANINI SANDWICH BREAD BROWN shifts to 106 -13 in zone 1
@overlay 6166388608270336_PANINI SANDWICH BREAD BROWN scales to 0.676 0.676
@overlay 6166388608270336_PANINI SANDWICH BREAD BROWN moves to layer 1
@speechbubble is 189 421 to 100%
NARRATOR (WHITNEY)
What would you like to eat for lunch?
tappable
“HAM SANDWICH”{
@add Marshmallow Turkey Fluff Sandwich Bread Brown to OLIVIA
@OLIVIA is eat_food_hand_neutral
@OLIVIA is eat_food_hand_neutral
}
“PEANUT JELLY SANDWICH” {
@add Peanut Butter Jelly Sandwich Bread Brown to OLIVIA
@OLIVIA is eat_food_hand_neutral
@OLIVIA is eat_food_hand_neutral
}
“PANINI SANDIWCH” {
@add Panini Sandwich Bread Brown to OLIVIA
@OLIVIA is eat_food_hand_neutral
@OLIVIA is eat_food_hand_neutral
}
3rd one:
Summary
INT. ROUGE KITCHEN - DAY
@speechbubble reset
@speechbubble is 174 417 to 76%
@OLIVIA enters from left to screen left AND OLIVIA is walk_neutral_loop
@pause for 1
@overlay HAM SANDWICH create
@overlay HAM SANDWICH opacity 1
@overlay HOTDOG KETCHUP MUSTARD create
@overlay HOTDOG KETCHUP MUSTARD opacity 1
@overlay PANINI SANDWICH BREAD BROWN create
@overlay PANINI SANDWICH BREAD BROWN opacity 1
@overlay 6166388608270336_HAM SANDWICH shifts to 119 284 in zone 1
@overlay 6166388608270336_HAM SANDWICH scales to 0.568 0.568
@overlay 6166388608270336_HAM SANDWICH moves to layer 3
@overlay 6166388608270336_HOTDOG KETCHUP MUSTARD shifts to 91 124 in zone 1
@overlay 6166388608270336_HOTDOG KETCHUP MUSTARD scales to 0.766 0.766
@overlay 6166388608270336_HOTDOG KETCHUP MUSTARD moves to layer 4
@overlay 6166388608270336_PANINI SANDWICH BREAD BROWN shifts to 105 25 in zone 1
@overlay 6166388608270336_PANINI SANDWICH BREAD BROWN scales to 0.586 0.586
@overlay 6166388608270336_PANINI SANDWICH BREAD BROWN moves to layer 5
NARRATOR
What would you like to have for dinner?
tappable
“HAM SANDWICH” {
@add Marshmallow Turkey Fluff Sandwich Bread Brown to OLIVIA
@OLIVIA is eat_food_hand_neutral
@OLIVIA is eat_food_hand_neutral
}
“HOTDOG KETCHUP MUSTARD” {
@add Hotdog Ketchup Mustard to OLIVIA
@OLIVIA is eat_food_hand_neutral
}
“PANINI SANDIWCH BREAD BROWN”{
@add Panini Sandwich Bread Brown to OLIVIA
@OLIVIA is eat_food_hand_neutral
@OLIVIA is eat_food_hand_neutral
}
So is the problem that when you click, it stays stuck on one option, or just doesn’t do anything at all?
When i click on the 3rd food (down at the bottom) that one isn’t tappable and the rest are
Hmm… I mean I’m not that great with tappables myself, but my understanding is that the word inside the parenthesis has to be the same as the overlay. I’m not sure if this will fix anything, but in minigame 1, maybe change “Sandwich” to the overlay name?? Not sure if that will work though.
Ok
I’m not good at tappables either I just like watch videos on how to do it and portend I know what the flip they’re going on about.
Check your overlay names. I can see that some of them don’t match up with what you put in the tappable choice and some are misspelled
I try that
That worked! Tysm!