Line Draw
Program Info
Screenshot coming
Description
A rudimentary drawing program using lines to draw.
Extra Programs
GUIPREP (use the included version)
Downloads
Miscellaneous
Requires a TI-83+ or higher (sorry, no 68k version)
NAME OF PROGRAM
Table Of Contents
Program Details
This program creates lines that stretch along the width and height of the screen. You can save and load your creation from Pic6, change the color of the line
Program Code
Since the program was just released, only the first 10 lines of code are shown:
:prgmGUIPREP
:9→P
:Lbl M
:ClrDraw
:Text(–1,0,24,"LINEDRAW")
:Text(9,4,"NEW")
:Text(16,4,"LOAD")
:Text(23,4,"EXIT")
:Text(P,0,">")
:0→K
Miscellaneous
Quick! Enter the LINEDRAW contest at tibasicdev.wikidot.com. Ends on 6/4/08!
The readme contains specific instructions.