Place your CALL commands here!Erm...heres my contribution - a cool way to clear the screen
Call 40300
Can anyone beat that ;D
Quote from: milamber on 11:50, 17 April 11
Place your CALL commands here!Erm...heres my contribution - a cool way to clear the screen
Call 40300
Can anyone beat that ;D
Press play then any key (on 6128)
Nothing (on 464)
Try call &BA0A on mode 1 or 2. :D
BIG DOH!
That call i placed was as poked bit of code - drat!
A simple but quick effect.
1 call &BC14: rem Clear the screen leaving the cursor at current location
2 pen 3
3 for zz=2 to 25
4 locate 16,zz: Print "cpc wiki"
5 call &bc4d,1
6 next zz
Mode 0
call &bc5f,1,1
for an hard to read but multi coloured mode 1 type...
Call &BD1C
Perhaps a redefined character set would work well here?
Altering the inks (16) for the above code will give a pleasing effect in Mode 1.
One Call command, a data statement holding the colour values...a few lines of basic producing a commercial look to your programs perhaps?