Tutorial on Swipe control
VolontaArts
Member Posts: 510
followed this video on swipe control. Great tutorial. been trying to figure out how to have it swipe to certain x locations.
like if i was to swipe left it moves over 100 pixels. if anyone has any idea that would be great thank you.
also he is using when mouse is up? and when mouse is down? does this mean it not for iphone touch screen?
Comments
In regards to going 100 pixels over, just say interpolate self position x, to self position x + 100. Should work.
Let me know if you have any questions