problem jump
tiesto
Member Posts: 122
hello
my actor when He collide with a wall actor can't jump I don't know why
I need help
thank you.
my actor when He collide with a wall actor can't jump I don't know why
I need help
thank you.
Comments
The thing is you need to have the actor check if it is touching a wall. You can do this by setting up a rule with the check to see if it is colliding or overlapping an actor with a certain tag. Give your wall a "wall" tag and then tell it that if it is touching a wall and whatever jump button you have set up is pressed then activate whatever method you are using to make the actor jump.
what I want is that my actor can also jump without touching the wall tag.
Cheers
http://www.jamie-cross.net/?portfolio=gamesalad-recipe-004-advanced-platform-character-movement-featuring-double-jumping
That tutorial doesn't specifically cover wall jumping but I'm sure the concepts could be applied to get wall jumping to work.
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
Your tutorials have helped me tremendously...I feel like a stalker on your site at times.
Thanks so much!!!
cheers
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
I don't want to change my actor configuration:
my actor run configuration:
timer every 1s
constrain self motion linear x
to self motion linear x+2
I have the same jump configuration as in the site.
so I don't know why it doesn't work
my wall configuration
restitution 0
movable uncheck