Kaleidoscope Version: 1.0, 980205 Creator: Daniel Bergman. Description: The program makes a kaleidoscope-effect on the screen. Comments: "->" is the "STO>"-button, "@X" and "@Y" are "delta X" and "delta Y". Known bugs: None. Size: 110 bytes. For more games and programs, please visit http://ti80.burtrask.net. PROGRAM:KALEIDO 1->XMIN 1->YMIN 0->XSCL 0->YSCL 1->@X 1->@Y CLRDRAW LBL 0 RANDINT(1,30)->A RANDINT(1,22)->B PT-CHANGE(32+A,24+B PT-CHANGE(32-A,24+B PT-CHANGE(32-A,24-B PT-CHANGE(32+A,24-B GOTO 0 -------------------------------------------------------------------- Copyright (C) 1998 by Daniel Bergman & Mattias Morén http://ti80.burtrask.net