Touch Controls jump left/right.

evertevert Member Posts: 266
edited February 2014 in Tech Support
Hi all!

I'm new to game salad and this is my first post.
I already followed a lot of tuts and templates to get my way in to game making.

But here is something i couldn't figure out correctly.
I want to make my actor jump left when i press on the left side of my screen (iphone), and jump right as i press on the right side.

I figured out how to move left and right and how to split the screen in two for the controls. But it din't work how it should be.

So can anyone help me out here? I created a small image showing what i want.

image

Thanks
e.m.

ps: if this topic is in the wrong section, please let me know :)

Comments

  • lukeskywilliamslukeskywilliams Member, PRO Posts: 4

    I would like to know how this is done too please.

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    Do you also want the character to walk left and right?

  • UtopianGamesUtopianGames Member Posts: 5,692
    edited January 2015

    I have the below if it helps i can send you a pm, it has left and right move, stop, jump & double jump and double swipe for dash.

    As you can see from the video below swipe is very fast and responsive and it works on single or scrolling scenes.

  • Simple AppsSimple Apps Member Posts: 158

    When you touch Right make change attribute (self motion linear velocity x = 100, self motion linear velocity y =100 )
    When you touch Left make change attribute (self motion linear velocity x = -100, self motion linear velocity y =100 )

Sign In or Register to comment.