TI-BASIC:Basicbuilder
There is a computer application for the purpose of turning a BASIC program(s) into a Flash application. It is known as Basic Builder (BB for short). There are several pros and cons, so in the end, it is just a personal choice, and dependent on how large the programs are.
Pros:
|
Cons:
|
Contents
Using Basic Builder
> TO-DO: Add some screenshots of the steps to go along with the word instructions.
These are step-by-step instructions on using Basic Builder.
Obtaining Basic Builder and Other Equipment
The most recent version of Basic Builder can be found [*http://www.ticalc.org/archives/files/fileinfo/321/32127.html here]. You will need Wappsign to sign the app you create, which can be found with the 83+ Flash Debugger, which can be found [*http://education.ti.com/educationportal/appsdelivery/download/save_download.jsp?cid=us&countryid=US&isocode=EN&contentpaneid=7&applicationid=177&softwareid=6560&inputpage=I here].
Installation
All you need to install is the Flash Debugger, so open that file and follow the installation instructions.
Building the Application Hex
The instructions for generating the hex are in the BB readme, steps 1~8, but I have the instructions below.
- Ensure that all needed files (programs, subprograms, and pictures) are available. It is easier if they are in the same directory
- Start up the BB executable
- There are four fields on the right. Change 'Application name' to the name of your app, and 'Outputfile' to '<app name>.hex'. Leave the other two fields alone for now
- Press the upper left button, the one with a sheet of paper and a green '+'
To understand the next few things, you have to understand what BB actually does. It creates an app, that when started, will normally just execute the main program. However, if you want the user to be able to execute multiple things from the beginning, you can create multiple menu items. These will be shown in the format of the Menu( command. An example of this is a pack with several games that you want the user to choose from. You have several menu options and the user is free to decide which one.
- After you pressed that button, you should have seen a field appear in the left. That is the menu entry for the horde of files you will now turn into some hex
- Change that field from program name to the text that you want shown for that menu option when BB is started
- Click 'Add program' on the right. Find your program. Do this over and over until you have all the necessary programs. Do the same for 'Add picture'
- If you want more menu options, click the paper-and-plus button in the upper-left and repeat
- Click 'Generate' in the lower-right
You should now have a .hex file in the BB directory.=, along with a small pop-up giving how much space was saved/how much space is left. But you can't do anything with this hex file... Yet.
Signing the Hexfile
- Click on Start -> All programs -> TI-83 Plus Flash Debugger -> Wappsign
- You should have a small program running, called Wappsign. There should be four check boxes on the right. Check the upper two and un-check the lower two.
- On the right of the 'Application' field, there should be a '...' button. Click it.
- Browse for your hexfile.
- Click 'Sign'.
Congratz! You should now have an application in the same directory as the hexfile!