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?

Comments

  • WbokoWboko Tennessee, USAMember, PRO Posts: 621

    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!

  • colandercolander Member Posts: 1,610
    edited May 2014

    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.

Sign In or Register to comment.