Controls: (c) - change costume to test out how different characters do Glitches: - Ramps are too slow - falling takes up too much of the mode(not active) (problem) - Directions for the Wall-jump mode aren't very good
(-) Big thanks to multiple platformer creators for cool ideas and inspiration. (-) Also big thanks to griffpatch for his tutorial about the scrolling ability Read this: - For moving enemies and moving objects: Use a variable for x and y position as much as possible. - If a variable is used for it's location when its out of frame(if the object moves 10 to the right and then 10 to the left, you could set up a program that adds that to the variable and if its in frame then it moves the object to that location), it causes a lot less stress on the project than its physical location being changed.