SOLVED: How would I do a verification while a button is pressed?

Hey there,
I haven’t asked questions in a while. Figured I’d try.
Goal:
I want to verify that a caption appears while I am long clicking a button, and that the caption goes away once the click finishes. You can see the attached screen shot at https://www.dropbox.com/s/d41tp7lyi25m00f/caption_click.png?dl=0.

I’ve been using the TouchAction library fairly well up to this point. But I’m not sure if there are any methods that handle this use case.

I could default to taking a screen shot, but I’d rather leave that to Plan B :slightly_smiling:
Thanks in advance!
Eric

I answered my own question. Basically, when chaining touchAction events, do not append a .release. It seemed fairly obvious. I just initially assumed this wasn’t going to work :slightly_smiling:

2 Likes

Can you share the steps that solved the problem ?