C3 / Windows 11 / making Android App
I am SOOO Close!.
The images are populating the correct area, the frames are scrolling, the device is working ... except for 1 thing.
When you swipe to scroll the images up and down, wherever frame your finger lands, that frame is selected - not ideal.
This is a video of the issue: youtube.com/watch
In real time: ibrained.com/picturespeak
I think what I need is a Boolean or a variable that reads something like, if slider sprite is moving at speed, set the variable to X (if it's not, Y)
In this area:
And then in the area that spawns the frames put: only if Boolean isn't X.
But I'm just not sure exactly how to implement the variable for the swipe part.
I've tried various things including 'wait until previous', but nothing seems to be working.
Thoughts? Advice? Prayers?
Thanks in advance.