Happy New Year, Hello and Some Advice pls?
Chobbiface
PRO Posts: 491
Happy New Year everyone! and Hello, introducing myself for the first time on the forums. I actually joined about half a year ago on the subscription program, but never got round to using Gamesalad until this last week, and it turns out you no longer need subscription for the basic gamesalad now he he.
Anyway, I've just started my first game! I'm a total newbie to game development and like most people here, I'm really excited at being able to design my own games with minimal coding. I have a question about character movement. At the moment, my actor image is facing forward (i.e. looking at you) in the resting state. I want it to animate running right and left when appropriate (I have the animation images done). As this game is for the iphone/ipad, I want a touch event to trigger the movements. So, if my actor is in the standing/resting position, tapping on any screen to the right of him will make him animate and walk to the right, and tapping on any screen left of him, will make him animate and walk to the left where I touched, if that makes sense. I've read the tutorials and this can be achieved with keyboard input, though I'm not sure how you do this with touch input.
Thanks in advance.
Chobbipod.
Anyway, I've just started my first game! I'm a total newbie to game development and like most people here, I'm really excited at being able to design my own games with minimal coding. I have a question about character movement. At the moment, my actor image is facing forward (i.e. looking at you) in the resting state. I want it to animate running right and left when appropriate (I have the animation images done). As this game is for the iphone/ipad, I want a touch event to trigger the movements. So, if my actor is in the standing/resting position, tapping on any screen to the right of him will make him animate and walk to the right, and tapping on any screen left of him, will make him animate and walk to the left where I touched, if that makes sense. I've read the tutorials and this can be achieved with keyboard input, though I'm not sure how you do this with touch input.
Thanks in advance.
Chobbipod.
Comments
Welcome to the forums by the way.
Asymptoteell
Much appreciated
In the character's rules, make two rules that say when run right=1, animate (running right.)
And another saying when run left=1, animate (running left)
Sorry about the mistake. I wasn't thinking.
Happy new year and welcome to the forums.
Asymptoteell
Also, does anyone know if there are any tutorials on gamesalad on touch movement and animation? I can't seem to find many, I would've thought a lot of people would do this commonly. I've looked at http://gamesalad.com/wiki/how_tos:gsc_animate_direction but it doesn't seem to be very clear or work. But maybe that's just me, my brain is a bit dead at 2am here in the UK
Thanks again for any help.
Chobbipod