Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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
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.
Develop games in your browser. Powerful, performant & highly capable.
Based on the CAPX posted by AllanR I don't know to determine if someone is scrolling up and down or sideways?