home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GR / GR021A.ZIP / SCR / COLORS.SCR < prev    next >
Text File  |  1986-08-19  |  734b  |  51 lines

  1. box (280,80,550,110)
  2. rectangle (280,111,550,140)
  3. gotoxy (320,96)
  4. text this is color 1
  5. color (1)
  6. wait (4)
  7. text this is color 2
  8. color (2)
  9. wait (4)
  10. text this is color 3
  11. color (3)
  12. wait (4)
  13. text this is color 4
  14. color (4)
  15. wait (4)
  16. text this is color 5
  17. color (5)
  18. wait (4)
  19. text this is color 6
  20. color (6)
  21. wait (4)
  22. text this is color 7
  23. color (7)
  24. wait (4)
  25. text this is color 8
  26. color (8)
  27. wait (4)
  28. text this is color 9
  29. color (9)
  30. wait (4)
  31. text this is color 10
  32. color (10)
  33. wait (4)
  34. text this is color 11
  35. color (11)
  36. wait (4)
  37. text this is color 12
  38. color (12)
  39. wait (4)
  40. text this is color 13
  41. color (13)
  42. wait (4)
  43. text this is color 14
  44. color (14)
  45. wait (4)
  46. text this is color 15
  47. color (15)
  48. wait (4)
  49. Quit
  50.  
  51.