home *** CD-ROM | disk | FTP | other *** search
- 0 ifa=1then1000
- 100 rem screen color - kermit woodall
- 101 rem advances the screen color, but
- 102 rem will not make it the same as
- 103 rem the character color.
- 104 :
- 110 poke53281,(peek(53281)+1and15)+abs((peek(53281)+1and15)=(peek(646)and15))
- 120 :
- 130 :
- 200 rem character color - kermit woodall
- 201 rem advances the character color
- 202 rem but will not make it the same
- 203 rem as the screen color.
- 204 :
- 210 poke646,(peek(646)+1and15)+abs((peek(53281)and15)=(peek(646)+1and15))
- 250 print"[147]list line 110 to see how to easily"
- 251 print"advance the background color..."
- 255 print"list line 210 to see how to easily"
- 256 print"advance the character color..."
- 300 print"enter 'goto tips' to return":print"to tips and tricks menu":a=1:end
- 1000 poke646,peek(53281):print"[147]load"chr$(34)"tips and tricks"chr$(34)",8"
- 1010 print"run":poke631,13:poke632,13:poke198,2:end
-