User Tools

Site Tools


crpl:docs:setscreenpixelcoords

<- CRPL reference <- Screen Commands

SetScreenPixelCoords

ArgumentsResultNotation
screen pixel coords, X and Y x1 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 (ScreenWidth,ScreenHeight) is the upper right corner. See SetScreenMode for details.

Examples

  #Puts the score, writ large, just above the control panel.
  "SCORE: " GetScore concat SetText

:awake
  #Stick the core to the screen
  TRUE SetScreenMode
  #Goto just above the control panel
  ScreenWidth 2 div 100 SetScreenPixelCoords
  #Choose how the text looks
  2 SetTextSize
  "LowerCenter" SetTextAnchor
crpl/docs/setscreenpixelcoords.txt · Last modified: 2021/02/05 11:45 by Karsten75