home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / jpl.zip / COLORS.JPL < prev    next >
Text File  |  1989-03-21  |  647b  |  36 lines

  1. { JPL Executor COLOR                          }
  2. { Copyright (C) 1988,89 Logiciels JPsoft Enr. }
  3.  
  4. SetColor ( 7 )
  5. SetBrushColor ( 0 )
  6. Rectangle ( 10,10,50,50 )
  7.  
  8. SetColor ( 6 )
  9. SetBrushColor ( 1 )
  10. Rectangle ( 60,10,100,50 )
  11.  
  12. SetColor ( 5 )
  13. SetBrushColor ( 2 )
  14. Rectangle ( 110,10,150,50 )
  15.  
  16. SetColor ( 4 )
  17. SetBrushColor ( 3 )
  18. Rectangle ( 160,10,200,50 )
  19.  
  20. SetColor ( 3 )
  21. SetBrushColor ( 4 )
  22. Rectangle ( 210,10,250,50 )
  23.  
  24. SetColor ( 4 )
  25. SetBrushColor ( 5 )
  26. Rectangle ( 260,10,300,50 )
  27.  
  28. SetColor ( 5 )
  29. SetBrushColor ( 6 )
  30. Rectangle ( 310,10,350,50 )
  31.  
  32. SetColor ( 6 )
  33. SetBrushColor ( 7 )
  34. Rectangle ( 360,10,400,50 )
  35.  
  36. End ()