<- [[crpl:crplreference|CRPL reference]] <- [[crpl:crplreference#screen_commands|Screen Commands]] ===== SetScreenCoords ===== ^Arguments^Result^Notation^ | screen coords, X and Y | |'' x1 y1 -- ''| === Description === Only makes sense if [[crpl:docs: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. See [[crpl:docs:SetScreenMode]] for details. === 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