playMaker

Author Topic: touch event  (Read 3391 times)

Sjones

  • Full Member
  • ***
  • Posts: 203
touch event
« on: September 02, 2012, 05:42:49 PM »
I was wondering if it was possible to slightly change the touch event to have all the states accessible to a single action.

my thought is if you have already touched the screen you would have to do separate touch event to check if it has moved or has stopped, would it not be more efficient to have it in an if statement to go through 1 touch event action to check for all possible outcomes (unless they are not filled in) than multiple actions to check for each one?