home *** CD-ROM | disk | FTP | other *** search
/ Commodore Disk User Volume 2 #3 / Commodore_Disk_User_Vol.2_3_1989_-_Side_B.d64 / slide.txt < prev   
Text File  |  2022-10-26  |  368b  |  43 lines

  1. ;commands
  2. ;l=load
  3. ;*=print  (^=clr screen)
  4. ;c=colour text,back,board
  5. ;e=quit
  6. ;r=start again
  7. ;";"=comments
  8.  
  9.  c 1,0,0
  10.  
  11. *^
  12. *
  13. *slide show (c) 1987 ratt
  14. *
  15. c 15,0,0
  16. *here are some by ratt
  17. *using ratt-edit.
  18. *
  19. *.... ratt
  20. *
  21.  
  22. c 15,1,1
  23. c 15,0,0
  24.  
  25.  
  26. l"jeep.pic"
  27.  
  28. ;comment two
  29.  
  30. l "bomb.pic"
  31.  l  "phobia.pic"
  32. l"frame1"
  33. l"frame7"
  34. l"frame2"
  35. l"frame8"
  36. l"sal.pic"
  37.  
  38. ;comment three
  39.  
  40. ;e
  41. r
  42.  
  43.  
  44.