how to detect finger drag
I have a game that a player drags his finger along a surface. I need this surface to detect the drag and that the persons finger remains down. How do I detect this?
I have a game that a player drags his finger along a surface. I need this surface to detect the drag and that the persons finger remains down. How do I detect this?
Comments
Bool attribute set to false
I use a rule where when mouse is "down" change attribute to "true" other wise change attribute "false"...
Good Luck!
I really depends on what you are trying to do, if is scrolling a menu have a look at this at the very least you will get some ideas.