Hi Guys
Can you tell me how to detect a continuous touch?
Eg. I have a listener on an object. I know when the touch began, moved, ended
When the user holds down the thrust button I want to keep adding thrust to my spaceship
Is it simply a case of setting a variable to true when event “began” then setting it to false when event “ended” ?
