SPRITE # [integer] AT ( # [integer], # [integer] )
SPRITE [expression] AT ( [expression], [expression] )
Position a sprite to the (x,y) on the screen.
SPRITE #1 AT ( #42, #42 ) SPRITE starship AT ( starshipX, starshipY )