Returns the y position of the top edge of the screen, in absolute stage coordinates.
Format: TopEdge
Arguments:
Return type: float
Error conditions: none
Notes:
This trigger is equivalent to the expression "Pos Y - ScreenPos Y".
Example:
trigger1 = Pos Y > TopEdge
; Triggers if the player is below the top edge of the screen.