In my app I have a wheel that rotates depending on the users touch. Is there anyway to be able to track the number of rotations the wheel has performed? I want an event to be triggered after the wheel as turned 3 times. I tried using: if object.rotation == 1080 then… etc but that didn’t work.
Any ideas?