Greetings all,
I have scenes that are beyond the screen size. Right now - I have left and right arrows - that when pressed, increase variable x by 4 or so.. then , I have the screen view command follow based on that x variable. So when you are pressing the button - it's scrolling the screne to the right by 4 pixels or whatever I input for variable x to increment.
Pretty easy .. but for the life of me, can't figure out how to scroll the screen if I swipe anywhere on scene. I know there is those commands for 'if swipe right/left/up/down/' etc. but not quite sure how to make the screen scroll to the right when your finger swipes right... I tried basically doing same thing with the button scroll by declaring variable x and incrementing by 4 when swiped to right, but it doesn't work.
Any help or input appreciated..