this is my setup
- Code: Select all
PLAYER on collision with PRESSUREPAD = set ACTIVE(Instance Variable) to 1
ACTIVE = 0 = Door Open
ACTIVE = 1 = Door Closed
So I cant figure out how to know when the player has finished the colliding with the object so it can set the instance variable back to 0?