Player gravity is 2000
Trigger on button:
Set instance variable to Player.Platform.Gravity
Change Player gravity to 300
On button release:
Change player gravity to Player.instanceVariable
Why does instance variable get change to 300 instead of 2000?
Checked in debugger and instance variable is 300. Why does this seemingly go out of order? I would think that it would be set to 2000.