"Animated" reversal of pixels in any Pic file. ----begin documentation---- This 82u-file was prepared by Mikael Bonnier, http://www.df.lth.se.orbin.se/~mikaelb/. ****************************** * TILOGO.82G for the TI-82 * ****************************** ACKNOWLEDGMENT TILOGO.82G is a group file containing the program TILOGO.82P and picture PIC1.82I. This program was was written by Pat Hatcher of the TI Graphics Team and is released to the public domain. You may copy and change this program. INTRODUCTION This program uses the RecallPic command to display a picture. The short program creates a clear screen, displays Pic1, and then reverses each pixel from the left side of the display to the right. Pic1 in TILOGO.82G is the TI logo. You may either replace this Pic1 with your own picture or change "Pic1" in the line "RecallPic Pic1" to a different Pic number. HOW TO USE TILOGO Execute TILOGO to begin the program. Press [ON] to stop execution and return to the Home screen. ----begin ascii---- \START82\ \COMMENT=Program file dated 08/13/96, 18:10 \NAME=TILOGO \FILE=TILOGO.82P :1\->\Xmin:1\->\\Delta-x\ :1\->\Ymin:1\->\\Delta-y\ :0\->\Xscl:0\->\Yscl :FnOff :ClrDraw :AxesOff :RecallPic Pic1 :Lbl A :For(I,1,95) :For(J,1,63) :Pt-Change(I,J) :End :End :Goto A \STOP82\ ----begin uue---- begin 644 TILOGO.82G M*BI423@R*BH:"@!'