event touch question

if you have your finger on the screen moving left then without stopping you start to move right
how would you detect this change in movement [import]uid: 7911 topic_id: 3604 reply_id: 303604[/import]

Easy. Store the previous event coordinates and compare them with the current ones. [import]uid: 5712 topic_id: 3604 reply_id: 10948[/import]