Well currently your event is not the same as the one you screenshoted.
The event is set to run every tick
If player.Y is < 500 AND if player.y > 500
That's not possible, the Y position can't be in the same tick over and under a same value.
Also why not simply use the scrollto behavior on your player ?