ScottyAnimation BASIC has commands that can be entered directly at the cursor and commands that can only be executed within a program (with line numbers). The following commands can only be entered at the cursor and NOT in program code (Unless specified otherwise):FIND <string> This will list on the screen all the occurences of <string> This will list the program code specified, all the code if no parameters, or one line of code. LINENUMBER <begin> <count> <step> This will create blank linenumbers on the screen. Intended for image and sprite creation. This will erase all program lines specified. BE CAREFUL! This will renumber the program lines specified starting at <start> and incrementing by <step>. It also automatically updates all line numbers specified by any commands, i.e. GOSUB, etc. This will copy specified line numbers to <start> and incrementing by <step>. This will erase all program lines. This will run the current program. You can also press CTRL+R to run the program. Displays current filename that was last used to SAVE or LOAD. DIRDisplays directory of files. Saves the current program to device's storage. Same as pressing CTRL+S (which also beeps). Loads a program into memory. Deletes a file. BE CAREFUL, cannot be undone. Paste the contents of clipboard to screen buffer. Paste the contents of clipboard to program buffer. Copy program buffer to clipboard as text. |
Android BASIC >