This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2009-06-25 12:35:26

The-Whiz
Scratcher
Registered: 2007-07-09
Posts: 1000+

ScratchText 2.0

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

 

#2 2009-06-26 20:35:28

The-Whiz
Scratcher
Registered: 2007-07-09
Posts: 1000+

Re: ScratchText 2.0

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

 

#3 2009-06-27 17:34:54

The-Whiz
Scratcher
Registered: 2007-07-09
Posts: 1000+

Re: ScratchText 2.0

The Alpha version is 4 commands away from being ready!

Offline

 

#4 2009-06-28 10:26:22

The-Whiz
Scratcher
Registered: 2007-07-09
Posts: 1000+

Re: ScratchText 2.0

The Alpha needs to be started over due to much technical instability.  sad

Last edited by The-Whiz (2009-06-28 10:26:34)

Offline

 

#5 2009-06-28 10:30:56

filo5
Scratcher
Registered: 2008-01-08
Posts: 1000+

Re: ScratchText 2.0

I can help if you want.....


Converting my Scratch projects to Python!

Offline

 

#6 2009-06-28 11:09:47

The-Whiz
Scratcher
Registered: 2007-07-09
Posts: 1000+

Re: ScratchText 2.0

No I mean I didn't do it consistently and it doesn't make sense and the SET and PRINT commands are all messed up.  sad

Offline

 

#7 2009-06-28 11:39:16

The-Whiz
Scratcher
Registered: 2007-07-09
Posts: 1000+

Re: ScratchText 2.0

OK, I will upload the 2.1 Alpha soon, it won't have very many commands

Offline

 

#8 2009-06-28 15:56:21

The-Whiz
Scratcher
Registered: 2007-07-09
Posts: 1000+

Re: ScratchText 2.0

2.0.1 Alpha is a lot better than 2.0 so far... Easy to use...

Offline

 

Board footer