XSCREEN 2,256,4 'Use 4 for four layers of BG, set the other parameters however you wish NAME$="MAPNAME" 'Set the map name in this line to match your own DIM MAP[64*64] FOR L=0 TO 3 BGSCREEN L,64,64 F$="DAT:SC_"+NAME$+"_L"+STR$(I) LOAD F$,MAP,FALSE BGLOAD L,MAP NEXT