I am programming a custom platform movement with fastloops. All is going well, until THIS!
I program the following event:
+Repeat while pressing spacebar
+X("Player"), YBottom("Player") is an obstacle
-Start loop "jump" JumpHeight("Player") times
-Set Jump stop to 0
+On loop "jump"
-Set Y("Player") to Y("Player")-1
JumpHeight is the height that my player will jump.
Jump stop is just programming how far it will jump, therefore allowing for greater jumps by powerups, which is why i don't hardcode stuff.
Why doesn't this work?
Example file:Attachment 5386
Please help! You guys have been very helpful to me in the past ;)

