Hello.
So, I have a menu with three buttons in it, they work perfectly. These buttons run a method which applies an impulse (via SpaceManager) to a Chipmunk shape. This also works fine.
Now, I wanted to be able to hold the button down, so I was kindly suggested to have a second method, this one being a timer. The button fires that method which has a conditional statement in, if the button is pressed down run the second impulse method.
My problem is now I have this timer, it takes 4-5 taps to get the button to start, after that it works fine. I can post code in a bit if that helps? Dev machine currently has no network.