home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / dtx9202 / 3dgraf / plot / demo.pmc next >
Encoding:
Text File  |  1992-01-01  |  350 b   |  29 lines

  1. ;                       ALL.PLT
  2. ; Plotten verschiedener Bilder auf einen Bildschirm
  3. ;
  4.  
  5. f=MESSAGE.PLT
  6. d=white
  7. *---------------
  8. pause
  9. cls
  10. f=PFEIL_G.PLT
  11. d=green
  12. *---------------
  13. f=PFEIL_R.PLT
  14. d=red
  15. *---------------
  16. w=5
  17. f=WURFELS.PLT
  18. d=both
  19. y=5
  20. x=15
  21. *---------------
  22. pause
  23. cls
  24. f=ZYLINDER.PLT
  25. d=both
  26. y=10
  27. x=40
  28. *---------------
  29.