Before you say it is in the Scratch Wiki or give a link to it, I want to know how to wall jump with an easier way. I want to wall jump in my game. So here is the basic things in the game. I am using scrolling as sort of the x, and yvelocity variable as the y. Any way to do scrolling, yvelocity and wall jumping?
Offline
Try and make the sprite stick to the wall before jumping. I made wall jumping possible in this project by making it fall until touching the color black, since the walls are also black, the sprite treats the wall like ground, and can then jump off of the wall.
So use the same jumping script you use to make the sprite land on ground, and then make the wall similar to the ground, so that script can apply to it.
Offline
Flait7 wrote:
Try and make the sprite stick to the wall before jumping. I made wall jumping possible in this project by making it fall until touching the color black, since the walls are also black, the sprite treats the wall like ground, and can then jump off of the wall.
So use the same jumping script you use to make the sprite land on ground, and then make the wall similar to the ground, so that script can apply to it.
Or use a sensor costume.
Offline