Hi
Quick question. How do I make my character climb a ladder?
I think I know roughly the basics of how it would work??? I'm thinking when player overlaps object ladder and Up Arrow key is pressed, "Set Y to Player.Y-3".
But this moves the player up by -3. He then drops down. I want it so for as long as the key is held down and he is overlapping the ladder, he will climb. I also want it so when the key is released he won't fall back down.
I'm sure you have all seen it before, it's the behaviour you'll find in most platformers we have all ever played.
Thanks in advance for your help.