So I was using tappable overlays for cc. I put the characters as overlays then coded the tappable code, I previewed the scene on my phone but every time I tried to tap character2 it would give me character1’s cc instead. I’ve used flags & if/elif/else code, I’ve even tried tutorials, but I can’t seem to figure it out. I have the image of my code, if you need more I can give it to you, I’d really like it if someone could help me…
2 Likes
I think you don’t have to use gains , you can code it like this:
tappable
“NIELLA OVERLAY” {
@/overlay BLACK THING shifts to -30 -161 in zone 1 in 0
goto femlcc_custom_0
} “RYAN OVERLAY” {
@/overlay BLACK THING shifts to -30 -161 in zone 1 in 0
goto boylcc_custom_0
}