In this example I am trying to move a page when a user swipe the finger up and down.
The problem is that I can only make it work one way. I need to invert how it is currently scrolling. What is up should go down and the other around.
PAGE FINGER SWIPE CAPX
Original code can be found at
scirra.com/forum/touch-scrolling-with-finger-swipe_topic68812.html
well, you were close...
rieperts.com/games/forum/page-finger-swipe-2.capx
Now I have another issue.
How can I block it from scrolling up and down when I scrolling side ways swiping the screen?
Develop games in your browser. Powerful, performant & highly capable.
when scrolling side to side set a variable, have the scroll up/down event check that variable as one of it's conditions.
Based on the CAPX posted by AllanR I don't know to determine if someone is scrolling up and down or sideways?