I'm trying to allow for both a single touch(decrease/increase by one) and a touch and hold down(keep decreasing/increasing until release).
I've tried switching which event comes first but still I only get continuous to work.) Also, I want the continuous to not go so quick and tried inserting a wait, but that didn't do anything do the speed of decrease.
(I only allowed the continuous in the 'highest number' decrease button right now)
Project file: goo.gl/58DZ9G
Screenshot of code extract: goo.gl/HRuR6w
Thanks.