DISPLAY 1 'bottom screen SPSET 0,0 'create 2 sprites SPSET 1,2 SPOFS 0,5,5 'set positions of the 2 sprites SPOFS 1,30,5 DISPLAY 0 'top screen SPSET 0,1 'make a third sprite SPOFS 0,RND(400),RND(240) 'set position of 3rd sprite