CodeWalrus

CodeWalrus Website => Game, Software and Music Downloads => Programs and Utilities => Topic started by: Dream of Omnimaga on April 27, 2016, 03:37:15 AM

Title: [TI-84+CE]CE Textlib Rectangle Maker v0.01
Post by: Dream of Omnimaga on April 27, 2016, 03:37:15 AM
DESCRIPTION
This program is very simple: It lets you find coordinates, dimensions and color codes for your CE Textlib rectangles. Because of how CE Textlib works when used in such hackish ways, the coordinates can get very weird so this program can be handy as a reference.

You need CE Textlib to run it, which can be found at  http://www.ticalc.org/archives/files/fileinfo/465/46522.html

(https://img.ourl.ca/cetextlibrect2.gif)

CONTROLS
+ - * /: Resize
2nd ALPHA: Change color
CLEAR: Exit (this returns the coordinates and list that can be used with CE Textlib.
F1-F5: Change speed
Title: Re: [TI-84+CE]CE Textlib Rectangle Maker v0.01
Post by: MateoConLechuga on May 21, 2016, 06:44:01 AM
Haha, I find this somewhat humorous that a program has a tool to make things for itself :P Anywho, very nice! I see that it stores it in a list at the end, which definitely is helpful for recalling. I'm not too familiar with TextLib, but it looks like it has some pretty neat features.
Title: Re: CE Textlib Rectangle Maker v0.01
Post by: Dream of Omnimaga on May 21, 2016, 06:59:18 AM
Yeah lol, actually this program was more to find coordinates, though, because with CE Textlib coordinates gets really weird when used in such way. :P

Textlib lets you draw 12x20 rectangles (or larger, in multiples of 12x20) on the home screen and it lets you use colored text, as demonstrated in First Fantacy CE, but it lacks any error checks so it can be abused like mad to do more advanced stuff (surprisingly with no stability issue, although I only really messed around with the rectangle command).


For sprites I recommend using Sprites v2 instead (or xLIBCE when it comes out) because it's much easier to use, but I wanted to make a few CE Textlib games with sprites just for kicks.
Title: Re: [TI-84+CE]CE Textlib Rectangle Maker v0.01
Post by: Dudeman313 on May 21, 2016, 03:00:49 PM
Can you store your rectangles so that you don't have to use Textlib commands in programs?
Title: Re: CE Textlib Rectangle Maker v0.01
Post by: Dream of Omnimaga on May 21, 2016, 04:15:03 PM
Nope you can't. You have to redraw them with CE Textlib commands everytime. But you can always make a TI-BASIC+CE Textlib routine in your program to automate the process and draw them from data.