home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compute! Gazette 1987 July
/
1987-07.d64
/
animation.note
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-09-20
|
732b
|
20 lines
10 poke 53280,11:poke 53281,11:poke 646,15
20 print"[147]the easy full-screen animation article"
30 print"has four accompanying programs. since"
40 print"two of the programs write files to disk,";
50 print"we suggest you save all four files to"
60 print"another disk. please consult the article";
70 print"before attempting to use them."
80 print"the files are saved on this disk with"
90 print"the following names:[152]"
100 printspc(13)"animator.basic"
110 printspc(13)"animator"
120 printspc(13)"love.data"
130 printspc(13)"cube.data"
140 print"[144] press any key to reload the menu [146]"
150 poke198,0:wait198,1:getdh$
160 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
170 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
180 poke53281,15:poke53280,15
190 printchr$(142)"[145] reloading the menu[155]":end