home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / COMPUSCI / PCCAI210.ZIP / COLORS.CAI < prev    next >
Text File  |  1993-12-06  |  15KB  |  972 lines

  1. .rem
  2. .rem -----------------PRESS CTRL-G (Go) TO RUN THIS PROGRAM---------
  3. .rem
  4. .cls
  5. .color 15,1
  6. .cls
  7. .color 4,15
  8. .box (*5,10*) border center
  9.  
  10.          COLORS.CAI
  11.  
  12.     written by Don Moore
  13.  Teikyo Marycrest University
  14.     Davenport, Iowa, USA
  15.  
  16.  This program is placed in the
  17.    public domain and may be
  18.  freely copied and distributed.
  19.  
  20. .endbox
  21. .color 15,1
  22. .locate 24,1
  23. .pau
  24.  
  25. .color 15,5
  26. .cls
  27. .color 15,5
  28. .cls
  29. .col 15,2
  30. .bord (*5,10,17,70*) fill
  31. .loc 1,1
  32. .skip 7
  33. .cen (*Choose the appropriate*)
  34. .cen (*screen command.*)
  35. .skip 1
  36. .cen (*X - .screen 0*)
  37. .cen (*Y - .screen 9*)
  38. .col 15,5
  39. .skip 5
  40. @case(*XY:X,Y*) nobox
  41. @End
  42. @label:X
  43. .screen 0
  44. @goto:z
  45. @label:Y
  46. .screen 9
  47. @goto:z
  48.  
  49. @label:z
  50. .color 15,5
  51. .cls
  52. .color 15,5
  53. .cls
  54. .col 15,2
  55. .bord (*5,10,17,70*) fill
  56. .loc 1,1
  57. .skip 7
  58. .cen (*Choose the background color*)
  59. .cen (*you wish to display.*)
  60. .skip 1
  61. .cen (*A - #0    G - #6      M - #12 *)
  62. .cen (*B - #1    H - #7      N - #13 *)
  63. .cen (*C - #2    I - #8      O - #14 *)
  64. .cen (*D - #3    J - #9      P - #15 *)
  65. .cen (*E - #4    K - #10     Q - Quit*)
  66. .cen (*F - #5    L - #11             *)
  67. .col 15,5
  68. .skip 5
  69. @case(*ABCDEFGHIJKLMNOPQ:A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q*) nobox
  70. @End
  71. .pau
  72. @label:A
  73. .col 0,0
  74. .cls
  75. .cls
  76. .col 0,0
  77. .cen (*This is black, #0.*)
  78. .skip 2
  79. .col 1,0
  80. .cen (*This is blue, #1.*)
  81. .skip 2
  82. .col 2,0
  83. .cen (*This is green, #2.*)
  84. .skip 2
  85. .col 3,0
  86. .cen (*This is Cyan, #3.*)
  87. .skip 2
  88. .col 4,0
  89. .cen (*This is red, #4.*)
  90. .skip 2
  91. .col 5,0
  92. .cen (*This is magenta, #5.*)
  93. .skip 2
  94. .col 6,0
  95. .cen (*This is brown, #6.*)
  96. .skip 2
  97. .col 7,0
  98. .cen (*This is white, #7.*)
  99. .pau
  100. .cls
  101. .col 8,0
  102. .cen (*This is gray, #8.*)
  103. .skip 2
  104. .col 9,0
  105. .cen (*This is light blue, #9.*)
  106. .skip 2
  107. .col 10,0
  108. .cen (*This is light green, #10.*)
  109. .skip 2
  110. .col 11,0
  111. .cen (*This is light cyan, #11.*)
  112. .skip 2
  113. .col 12,0
  114. .cen (*This is light red, #12.*)
  115. .skip 2
  116. .col 13,0
  117. .cen (*This is light magenta, #13.*)
  118. .skip 2
  119. .col 14,0
  120. .cen (*This is yellow, #14.*)
  121. .skip 2
  122. .col 15,0
  123. .cen (*This is high intensity white, #15.*)
  124. .pau
  125. .cls
  126. @stop go:z
  127.  
  128. @label:B
  129. .col 0,1
  130. .cls
  131. .cls
  132. .col 0,1
  133. .cen (*This is black, #0.*)
  134. .skip 2
  135. .col 1,1
  136. .cen (*This is blue, #1.*)
  137. .skip 2
  138. .col 2,1
  139. .cen (*This is green, #2.*)
  140. .skip 2
  141. .col 3,1
  142. .cen (*This is Cyan, #3.*)
  143. .skip 2
  144. .col 4,1
  145. .cen (*This is red, #4.*)
  146. .skip 2
  147. .col 5,1
  148. .cen (*This is magenta, #5.*)
  149. .skip 2
  150. .col 6,1
  151. .cen (*This is brown, #6.*)
  152. .skip 2
  153. .col 7,1
  154. .cen (*This is white, #7.*)
  155. .pau
  156. .cls
  157. .col 8,1
  158. .cen (*This is gray, #8.*)
  159. .skip 2
  160. .col 9,1
  161. .cen (*This is light blue, #9.*)
  162. .skip 2
  163. .col 10,1
  164. .cen (*This is light green, #10.*)
  165. .skip 2
  166. .col 11,1
  167. .cen (*This is light cyan, #11.*)
  168. .skip 2
  169. .col 12,1
  170. .cen (*This is light red, #12.*)
  171. .skip 2
  172. .col 13,1
  173. .cen (*This is light magenta, #13.*)
  174. .skip 2
  175. .col 14,1
  176. .cen (*This is yellow, #14.*)
  177. .skip 2
  178. .col 15,1
  179. .cen (*This is high intensity white, #15.*)
  180. .pau
  181. .cls
  182. @stop go:z
  183.  
  184. @label:C
  185. .col 0,2
  186. .cls
  187. .cls
  188. .col 0,2
  189. .cen (*This is black, #0.*)
  190. .skip 2
  191. .col 1,2
  192. .cen (*This is blue, #1.*)
  193. .skip 2
  194. .col 2,2
  195. .cen (*This is green, #2.*)
  196. .skip 2
  197. .col 3,2
  198. .cen (*This is Cyan, #3.*)
  199. .skip 2
  200. .col 4,2
  201. .cen (*This is red, #4.*)
  202. .skip 2
  203. .col 5,2
  204. .cen (*This is magenta, #5.*)
  205. .skip 2
  206. .col 6,2
  207. .cen (*This is brown, #6.*)
  208. .skip 2
  209. .col 7,2
  210. .cen (*This is white, #7.*)
  211. .pau
  212. .cls
  213. .col 8,2
  214. .cen (*This is gray, #8.*)
  215. .skip 2
  216. .col 9,2
  217. .cen (*This is light blue, #9.*)
  218. .skip 2
  219. .col 10,2
  220. .cen (*This is light green, #10.*)
  221. .skip 2
  222. .col 11,2
  223. .cen (*This is light cyan, #11.*)
  224. .skip 2
  225. .col 12,2
  226. .cen (*This is light red, #12.*)
  227. .skip 2
  228. .col 13,2
  229. .cen (*This is light magenta, #13.*)
  230. .skip 2
  231. .col 14,2
  232. .cen (*This is yellow, #14.*)
  233. .skip 2
  234. .col 15,2
  235. .cen (*This is high intensity white, #15.*)
  236. .pau
  237. .cls
  238. @stop go:z
  239.  
  240. @label:D
  241. .col 0,3
  242. .cls
  243. .cls
  244. .col 0,3
  245. .cen (*This is black, #0.*)
  246. .skip 2
  247. .col 1,3
  248. .cen (*This is blue, #1.*)
  249. .skip 2
  250. .col 2,3
  251. .cen (*This is green, #2.*)
  252. .skip 2
  253. .col 3,3
  254. .cen (*This is Cyan, #3.*)
  255. .skip 2
  256. .col 4,3
  257. .cen (*This is red, #4.*)
  258. .skip 2
  259. .col 5,3
  260. .cen (*This is magenta, #5.*)
  261. .skip 2
  262. .col 6,3
  263. .cen (*This is brown, #6.*)
  264. .skip 2
  265. .col 7,3
  266. .cen (*This is white, #7.*)
  267. .pau
  268. .cls
  269. .col 8,3
  270. .cen (*This is gray, #8.*)
  271. .skip 2
  272. .col 9,3
  273. .cen (*This is light blue, #9.*)
  274. .skip 2
  275. .col 10,3
  276. .cen (*This is light green, #10.*)
  277. .skip 2
  278. .col 11,3
  279. .cen (*This is light cyan, #11.*)
  280. .skip 2
  281. .col 12,3
  282. .cen (*This is light red, #12.*)
  283. .skip 2
  284. .col 13,3
  285. .cen (*This is light magenta, #13.*)
  286. .skip 2
  287. .col 14,3
  288. .cen (*This is yellow, #14.*)
  289. .skip 2
  290. .col 15,3
  291. .cen (*This is high intensity white, #15.*)
  292. .pau
  293. .cls
  294. @stop go:z
  295.  
  296. @label:E
  297. .col 0,4
  298. .cls
  299. .cls
  300. .col 0,4
  301. .cen (*This is black, #0.*)
  302. .skip 2
  303. .col 1,4
  304. .cen (*This is blue, #1.*)
  305. .skip 2
  306. .col 2,4
  307. .cen (*This is green, #2.*)
  308. .skip 2
  309. .col 3,4
  310. .cen (*This is Cyan, #3.*)
  311. .skip 2
  312. .col 4,4
  313. .cen (*This is red, #4.*)
  314. .skip 2
  315. .col 5,4
  316. .cen (*This is magenta, #5.*)
  317. .skip 2
  318. .col 6,4
  319. .cen (*This is brown, #6.*)
  320. .skip 2
  321. .col 7,4
  322. .cen (*This is white, #7.*)
  323. .pau
  324. .cls
  325. .col 8,4
  326. .cen (*This is gray, #8.*)
  327. .skip 2
  328. .col 9,4
  329. .cen (*This is light blue, #9.*)
  330. .skip 2
  331. .col 10,4
  332. .cen (*This is light green, #10.*)
  333. .skip 2
  334. .col 11,4
  335. .cen (*This is light cyan, #11.*)
  336. .skip 2
  337. .col 12,4
  338. .cen (*This is light red, #12.*)
  339. .skip 2
  340. .col 13,4
  341. .cen (*This is light magenta, #13.*)
  342. .skip 2
  343. .col 14,4
  344. .cen (*This is yellow, #14.*)
  345. .skip 2
  346. .col 15,4
  347. .cen (*This is high intensity white, #15.*)
  348. .pau
  349. .cls
  350. @stop go:z
  351.  
  352. @label:F
  353. .col 0,5
  354. .cls
  355. .cls
  356. .col 0,5
  357. .cen (*This is black, #0.*)
  358. .skip 2
  359. .col 1,5
  360. .cen (*This is blue, #1.*)
  361. .skip 2
  362. .col 2,5
  363. .cen (*This is green, #2.*)
  364. .skip 2
  365. .col 3,5
  366. .cen (*This is Cyan, #3.*)
  367. .skip 2
  368. .col 4,5
  369. .cen (*This is red, #4.*)
  370. .skip 2
  371. .col 5,5
  372. .cen (*This is magenta, #5.*)
  373. .skip 2
  374. .col 6,5
  375. .cen (*This is brown, #6.*)
  376. .skip 2
  377. .col 7,5
  378. .cen (*This is white, #7.*)
  379. .pau
  380. .cls
  381. .col 8,5
  382. .cen (*This is gray, #8.*)
  383. .skip 2
  384. .col 9,5
  385. .cen (*This is light blue, #9.*)
  386. .skip 2
  387. .col 10,5
  388. .cen (*This is light green, #10.*)
  389. .skip 2
  390. .col 11,5
  391. .cen (*This is light cyan, #11.*)
  392. .skip 2
  393. .col 12,5
  394. .cen (*This is light red, #12.*)
  395. .skip 2
  396. .col 13,5
  397. .cen (*This is light magenta, #13.*)
  398. .skip 2
  399. .col 14,5
  400. .cen (*This is yellow, #14.*)
  401. .skip 2
  402. .col 15,5
  403. .cen (*This is high intensity white, #15.*)
  404. .pau
  405. .cls
  406. @stop go:z
  407.  
  408. @label:G
  409. .col 0,6
  410. .cls
  411. .cls
  412. .col 0,6
  413. .cen (*This is black, #0.*)
  414. .skip 2
  415. .col 1,6
  416. .cen (*This is blue, #1.*)
  417. .skip 2
  418. .col 2,6
  419. .cen (*This is green, #2.*)
  420. .skip 2
  421. .col 3,6
  422. .cen (*This is Cyan, #3.*)
  423. .skip 2
  424. .col 4,6
  425. .cen (*This is red, #4.*)
  426. .skip 2
  427. .col 5,6
  428. .cen (*This is magenta, #5.*)
  429. .skip 2
  430. .col 6,6
  431. .cen (*This is brown, #6.*)
  432. .skip 2
  433. .col 7,6
  434. .cen (*This is white, #7.*)
  435. .pau
  436. .cls
  437. .col 8,6
  438. .cen (*This is gray, #8.*)
  439. .skip 2
  440. .col 9,6
  441. .cen (*This is light blue, #9.*)
  442. .skip 2
  443. .col 10,6
  444. .cen (*This is light green, #10.*)
  445. .skip 2
  446. .col 11,6
  447. .cen (*This is light cyan, #11.*)
  448. .skip 2
  449. .col 12,6
  450. .cen (*This is light red, #12.*)
  451. .skip 2
  452. .col 13,6
  453. .cen (*This is light magenta, #13.*)
  454. .skip 2
  455. .col 14,6
  456. .cen (*This is yellow, #14.*)
  457. .skip 2
  458. .col 15,6
  459. .cen (*This is high intensity white, #15.*)
  460. .pau
  461. .cls
  462. @stop go:z
  463.  
  464. @label:H
  465. .col 0,7
  466. .cls
  467. .cls
  468. .col 0,7
  469. .cen (*This is black, #0.*)
  470. .skip 2
  471. .col 1,7
  472. .cen (*This is blue, #1.*)
  473. .skip 2
  474. .col 2,7
  475. .cen (*This is green, #2.*)
  476. .skip 2
  477. .col 3,7
  478. .cen (*This is Cyan, #3.*)
  479. .skip 2
  480. .col 4,7
  481. .cen (*This is red, #4.*)
  482. .skip 2
  483. .col 5,7
  484. .cen (*This is magenta, #5.*)
  485. .skip 2
  486. .col 6,7
  487. .cen (*This is brown, #6.*)
  488. .skip 2
  489. .col 7,7
  490. .cen (*This is white, #7.*)
  491. .pau
  492. .cls
  493. .col 8,7
  494. .cen (*This is gray, #8.*)
  495. .skip 2
  496. .col 9,7
  497. .cen (*This is light blue, #9.*)
  498. .skip 2
  499. .col 10,7
  500. .cen (*This is light green, #10.*)
  501. .skip 2
  502. .col 11,7
  503. .cen (*This is light cyan, #11.*)
  504. .skip 2
  505. .col 12,7
  506. .cen (*This is light red, #12.*)
  507. .skip 2
  508. .col 13,7
  509. .cen (*This is light magenta, #13.*)
  510. .skip 2
  511. .col 14,7
  512. .cen (*This is yellow, #14.*)
  513. .skip 2
  514. .col 15,7
  515. .cen (*This is high intensity