multitouch dragging actors
danlbryant
Member Posts: 236
So, I'm kinda stuck. I'm making a multiplayer mode for my game, and i'm trying have multiple copies of the same actor on screen and i want each player to drag them and have the actor constrain the position to they're finger. I can do it with one finger, but i can't make it work for a second finger. Heelp!
Comments
Check out CodeMonkey's joystick demo for a solution on how to handle this.