jump of wall, platformer game
Howdy Gs developers, lightbulb here, by using the "mega template" from POM's now i have the double jump feature for my platformer game, however i want to be able to do the jump of wall, i've already searched on the forums, but i haven't found a that useful template, is there any out there, otherwise is anybody willing to give me a detailed explanation on how to achieve this,
THANKS A LOT
lightbulb
THANKS A LOT
lightbulb
Comments
Ace
http://www.mediafire.com/?pz8e5lkoa1jcx2h
Try this
http://www.mediafire.com/?gqco0jhw1s7hm87
Im sure if you're on the screen for more than 6 hrs it starts coming along..
Overall, when the actor's touching the wall, but not the floor, move at a 45° or so angle outward from the wall. You'll probably want to be able to jump off of walls forever, so make sure the normal jumping setting doesn't turn off that ability after 1 or 2 jumps.
I feel like that's about it. In mine, I made the walls separate actors altogether than the floors, but it's all a matter of preference. If you make them part of the same actor, however, it will take a lot more math, which is, in addition to tedious, often times very bad for performance.
Start by making a perfectly vertical wall jump figured out, then work on adding the jump out, then tweak it, then bug fix.
Asymptoteell