How to multi-touch on viewer

astrom0astrom0 Member Posts: 40
edited November -1 in Working with GS (Mac)
I'm making a platform game and I'm using a left/right and a jump buttons. The controls work fine in the computer viewer, using the key board but when I put it on the iPhone viewer and realized that I couldn't run left and jump at the same time. Is there any way I can fix this?

Also sense I'm using left/right buttons, is there way I could slide touch from left to right and trigger the each function on its own?

Thank you

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    You'll want to use touch is inside instead of touch is pressed if you want to just slide between them.

    As far as multi touch search joystick demo under new in GameSalad and that has an example of how to implement multi touch.

    Good luck
  • astrom0astrom0 Member Posts: 40
    Great, sliding between buttons worked great thanks, still not able to jump while my main character runs.
Sign In or Register to comment.