At the end of the level I have the goal, and when you touch it, several actions take place. One of the actions is to disable the platform behavior on my player. At first I thought, well maybe I messed up somewhere, but NO! The only difference here is the layout I'm on.
All of the other actions activate when I touch the goal, so I don't know where I went wrong. If you exempt all of the other actions it basically goes like this:
Player -> on collision with goal ->->-> Player -> set goal to true
Player -> When goal is true ->->-> set Platform disabled
But it doesn't disable platform when I touch the goal. Why Not?
Please help! :(