For those of you that have seen ScratchText, you're sure to like ScratchText 2.0! ScratchText 2.0 far exceeds ScratchText 1.0. It will have all the original ScratchText commands, with additional sound and graphics! I am working on the Alpha right now!
6/23/09 - 25% done. Inputting code works, loading and saving works. Can run PRINT and WAIT commands.
6/24/09 12:00 PM- 30% done. Can run INPUT command, but it is buggy.
6/24/09 8:00 PM - 40% done. INPUT command now works. Made a sample program to test it. It worked.
6/25/09 11:00 AM - 50% done. Can now print variables.
6/26/09 12:00 PM - 70 % done. IF function works!
6/26/09 3:00 PM - 78% done. IF function now works with a text string and else command works.
6/26/09 7:00 PM - 80% done. Fixed a bug in the IF command. The ENDIF command now works.
6/27/09 4:30 PM - 85% done. SET command is started, only works with a string.
6/28/09 9:00 AM - 86% done. Fixed bug in PRINT command, SET command has a huge glitch; release date postponed until Monday, June 29th, 2009.
Estimated release date: Monday, June 29th, 2009.
See my forums for more details.
Last edited by The-Whiz (2009-06-28 09:51:33)
Offline
Current working commands:
SAVE file
LOAD file
PRINT "string"
PRINT var
PRINT var(funct)var
PRINT var(funct)num
INPUT var
WAIT num
IF var(oper)"string"
IF var(oper)var
IF var(oper)num
IF var(oper)var(funct)var
IF var(oper)var(funct)num
IF var(oper)num(funct)var
ELSE
ENDIF
CLEAR
SET var="string"
Commands to do (Alpha)
SET var=var
SET var=var(oper)var
SET var=var(oper)num
SET var=num(oper)var
Commands to do (Beta)
STOP SOUND
DRUM num for num
REST num
NOTE num for num
INSTRUMENT num
TEMPO BY num
TEMPO num
Commands to do (Gamma)
Graphics of all kinds; too many to list.
Commands to do (Delta (optional))
Sensing of all kinds.
Release Candidate:
Fix bugs, clean up appearance, etc.
Last edited by The-Whiz (2009-06-27 17:34:18)
Offline