multitouch dragging actors

danlbryantdanlbryant Member Posts: 236
edited November -1 in Working with GS (Mac)
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

  • danlbryantdanlbryant Member Posts: 236
    aanyone!?! i'm ona deadline :O
  • firemaplegamesfiremaplegames Member Posts: 3,211
    Every draggable actor needs to account for all 5 Touches, as you don't know which actor will be touched first.

    Check out CodeMonkey's joystick demo for a solution on how to handle this.
Sign In or Register to comment.