Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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
Develop games in your browser. Powerful, performant & highly capable.
Now I have another issue.
How can I block it from scrolling up and down when I scrolling side ways swiping the screen?
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?