I tried this in the image script but it never gets fired :
Code: Select all
on touchMove pTouchID, pX, pY
if pX > lastX then
-- user has moved to the right
answer "moved"
end if
end touchMove
Any help will be appreciated. Thank you in advance.