My character has "Platform Movement" on it. I put a little tunnel, with a floor and a ceiling. In the coding, I put:
Collision Between (Character) And (Ceiling):
(Under My Character Object) Movement: Stop
So, it stops my character from jumping upwards into the ceiling, put it ALSO stops my character from moving left/right. How can I get the ceiling object to stop the upward movement, but still let my character move left/right?
