Was following the edge scroll tutorial.. just with touch. But... Why is the screen scrolling back as soon as I release the touch ?
<img src="http://www.catcheye.dk/scrollexample.png" border="0" />
Develop games in your browser. Powerful, performant & highly capable.
I have no idea why.. But when I add a condition in line 2:
Touch.AbsoluteX > WindowWitdh-WindowWitdh
it works as intended... It scrolls back when I touch left side of the screen, instead of when I release right side of the screen.
hmmm.