User Tools

Site Tools


crpl:docs:setscreencoordy

<- CRPL reference <- Screen Commands

SetScreenCoordY

ArgumentsResultNotation
screen Y coord y1 –

Description

Only makes sense if SetScreenMode has been set. Otherwise has no effect. Positions this core on the screen, where (0,0) is the lower left corner and (1,1) is the upper right corner, but just modifies the y coordinate. See SetScreenMode for details. Related to SetScreenCoords.

Examples

  #Puts the score, writ large, in the upper left corner of the screen, just behind the visibility button.
  "SCORE: " GetScore concat SetText

:awake
  #Stick the core to the screen
  TRUE SetScreenMode
  #Goto the upper left corner
  0 1 SetScreenCoords
  #Choose how the text looks
  2 SetTextSize
  "UpperLeft" SetTextAnchor
crpl/docs/setscreencoordy.txt · Last modified: 2021/02/05 11:45 by Karsten75