Rope swing! Jump on the rope with the arrow keys to swing on the rope! Press up while on the rope to jump off the rope! If you are having trouble reaching the rope, you are able to double jump, use that to reach it easier. (This project has also secretly embedded my new motion engine, I've had it for a bit but never released it, it comes with no overlap with the ground and rudimentary slope detection) HOW TO CONFIGURE: -Changing rope placement: -Go to sprite Point 1, in the forever script change "set RoX to 0" and "set RoY to 80" into the respective X and Y positions you want them to be in. -Changing rope length: -Set variable "Length" to a different number. The character can be narrowly configured with some variables at the top of its script as well. Anyone may use this engine, but please try not to forget to give a little credit! UPDATES: -A bit more realistic swinging. -Better linear to angular velocity conversion (you jump on the rope and it swings with your speed). -You can grab the rope from any point, but you teleport to the bottom. I'll try to include some smoother animation for the character to slide down the rope.