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

#1 2009-06-09 20:23:02

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

ScratchText

ScratchText

Release Information

Here is the link: http://scratch.mit.edu/projects/The-Whiz/566303
     ScratchText 1.0 was a horrible failure due to insufficient knowledge of Scratch 1.4.
     ScratchText 1.1 was released to the public on June 11th, 2009.
     ScratchText 1.1.1 was released on June 11th, 2009, with a glitch fixed and a title screen.
     ScratchText 1.1.2 was released on June 11th, 2009, with an improved title screen. Version 1.1.2 now can be run without downloading.
     ScratchText 1.1.3 was released on June 11th, 2009, with an improved title screen and new displaying text methods.
     ScratchText 1.1.4 was released on June 12th, 2009, with an improved logo, an example project, and new commands.
     ScratchText 1.1.5 was released on June 13th, 2009, with a change command.
     ScratchText 1.1.6 plans to be released between June 14th and June 20th. It plans to incorporate sound.
     ScratchText 1.2 plans to be released sometime between June 20th and July 1st.

Here is the link to the ScratchText forums: http://www.punbb-hosting.com/forums/ScratchText/index.php

ScratchText Information

ScratchText is designed to be an easy-to-use programming language made with Scratch. It has several fully functional commands, which can be used to program it.

The ScratchText Team consists of The-Whiz and tcb. There is currently 1 spot open.

ScratchText Instructions

First of all, it will ask for you to "Input command". You have several choices here:
-Print
-Input
-Wait
-If
-Else
-Endif
-End
-Set
-Save
-Load
-Run
-Goto
-Change
-Load Command
You must input a command to continue. By the way, you have to press Enter after every input. Now I will explain all the commands in detail. Before this, though, there is another important bit of information you need to know. ScratchText has 6 variables: A, B, C, D, E, and Random. Random displays a random number.

First, here is a quick overview of all the commands:

"Print" shows text or variables on the screen.

"Input" asks you to input a variable.

"Wait" waits for a certain number of seconds.

"If" finds out if a certain variable equals text or other variables.

"Else" divides the IF into two parts. Vital in IFs.

"Endif" ends the IF. Vital in IFs.

"End" ends the program.

"Set" sets a variable to text or other variables.

"Save" saves the current program.

"Load" loads the program currently in the save slot.

"Run" runs the current program.

"Goto" goes to a certain line number in the program. Can be used to create loops.

"Change" changes a variable by a certain amount.

"Load example" loads the example program.

Now here's the full instructions; If you think you can figure it out without reading the full instructions, the only thing you need to read is the 3rd sentence of the "Print" command paragraph.

If the "Print" command is entered, you will be asked to "Input Text". Input the text you want to be shown. If you want to show the value of a variable, type "#" instead, without the quotes. It will ask you "More than one variable?" If you want it to display the value of one variable, type "No". If you want to display two variables added, subtracted, etc., type "Yes". If "No in typed, it will ask "What's the variable?" Type the variable you want it to display. If there is more than 1 variable, it will ask "What is variable 1?". Type the first variable you want it to display in. Then it will ask "What function?" Enter how you want the variables to be combined, as in +, -, *, /. It will ask "What is variable 2?". Enter he second variable you want it to display.

If the "Input" command is entered, it will ask "Which Variable?" Enter the variable you want to input during the program.

If the "Wait" command is entered, it will ask "How long?" Enter how long you want it to wait before moving to the next command. Note: The "Wait command is an essential part of ScratchText. If there is not a wait command between 2 print commands, you won't be able to tell that the first one was displayed.

If the "If command is entered, you will be asked "If which variable?" Answer with which variable you want to ask if something's true about. It will then ask "=, ≠, <, or >?" Hint: the ≠ symbol is accessed with the option key and the equals key. Enter which one that will relate the first part to the second part. Then it will ask "Text or variable?" Input  whether you want it to be true if it is text or a variable. Hint: Numbers go in text. If you enter text, It will ask "What's the text?" Input the text you want it to be true if it is equal, not equal, etc. to. If you answer variable to the "Text or variable" question, it will ask "More than one variable?" If you answer no, it will ask "What's the variable?" Input what variable you want it to be true if it is equal, not equal, etc. to. If you answer yes to the question before that, it will ask "What's variable 1?", "What's variable 2?" and "What function?". Enter the answers to these as you would do when the print command would ask them, except the answer to this will determine whether the statement is true or false.

The "Else" command is used to separate the two parts of the "If" command, as in what to do if the IF is true and what to do if the IF is false.

The "Endif" command is used to end the IF and to separate the end of the IF from the rest of the program. This MUST be added at the end of an IF or the program won't work.

The "End" command is used to end the program. It MUST be added at the end of a program or the program won't work correctly.

If the "Set" command is entered, it will ask "Which variable?" Enter which variable you want to be set to something. It will ask "Set to variables?" Enter yes if you want it to be set to variables. If you answer No it will ask "Set to what?" Enter the string or number you want it to be set to. If you answer Yes to the "Set to variables" question, it will ask "More than one variable?" If you answer no, it will ask "What's the variable?" Input what variable you want it to be set to. If you answer yes to the question before that, it will ask "What's variable 1?", "What's variable 2?" and "What function?". Enter the answers to these as you would do when the IF command would ask them, except the answer to this will determine what the very first variable is set to.

The "Save" command saves the current program to Scratch. This only works if downloaded. You also must save the ScratchText program while the program made in ScratchText is saved on ScratchText. There is only one save slot in ScratchText; make sure not to delete the currently saved program in ScratchText.

The "Load" command loads the program currently saved on ScratchText.

The "Run" command runs the program that is currently on the ScratchText console.

If the "Goto" command is entered, it will ask "Go to where?" Answer with what line number you want it to go to and run from.

For "Change", see set.

The "Load example" command loads the example program saved in ScratchText. This cannot be modified.

Thanks for using ScratchText!

Last edited by The-Whiz (2009-06-17 11:08:04)

Offline

 

#2 2009-06-09 20:48:13

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: ScratchText

This I wana see

Offline

 

#3 2009-06-11 10:00:39

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

Re: ScratchText

ScratchText is out!

Offline

 

#4 2009-06-11 11:01:14

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

Re: ScratchText

Hey, please look at ScratchText! I spent hours and hours on it, and it has TWO! views! Hooray for the TWO! people that viewed it!

Offline

 

#5 2009-06-11 17:15:10

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

Re: ScratchText

ScratchText 1.1.3 has been released! Here's the link:

http://scratch.mit.edu/projects/The-Whiz/566303

Offline

 

#6 2009-06-13 09:46:39

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

Re: ScratchText

ScratchText 1.1.5 is now out!

Offline

 

#7 2009-06-14 10:37:06

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

Re: ScratchText

ScratchText 1.1.6 is in production!

Offline

 

#8 2009-06-14 15:23:57

fruit
Scratcher
Registered: 2009-04-24
Posts: 1000+

Re: ScratchText

Can I join the team?

Also, I made an icon for it. I WANT CREDIT, THOUGH. http://img34.imageshack.us/img34/6949/stt.png


@savi3000 | hcsmp.com

Offline

 

#9 2009-06-14 15:30:55

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: ScratchText

ScratchText is copyright 2009 under ScratchText Inc.

Sorry, Scratch projects are uncopyrightable. All Scratch projects are licensed under the Creative Commons Share-Alike License. Also, ScratchText Inc. is not a company unless you've registered it with the government. So two counts against your copyright.

Nice programming language, though.

Offline

 

#10 2009-06-14 15:34:47

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

Re: ScratchText

Yeah, I just meant I didn't want anyone to copy it.

I guess I better take that out.

Last edited by The-Whiz (2009-06-14 15:35:14)

Offline

 

#11 2009-06-14 15:38:58

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

Re: ScratchText

Um... I guess fruit can join the team... I don't know...

Offline

 

#12 2009-06-14 16:04:05

fruit
Scratcher
Registered: 2009-04-24
Posts: 1000+

Re: ScratchText

The-Whiz wrote:

Um... I guess fruit can join the team... I don't know...

Well, OK.  smile


@savi3000 | hcsmp.com

Offline

 

#13 2009-06-14 16:12:06

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

Re: ScratchText

OK, so what do you want to do on the team?

Offline

 

#14 2009-06-16 14:18:35

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

Re: ScratchText

38 views!

Offline

 

#15 2009-06-16 15:39:57

fruit
Scratcher
Registered: 2009-04-24
Posts: 1000+

Re: ScratchText

The-Whiz wrote:

OK, so what do you want to do on the team?

Help program it, duh.  tongue


@savi3000 | hcsmp.com

Offline

 

#16 2009-06-17 09:05:19

CharlieAZ
Scratcher
Registered: 2008-12-24
Posts: 100+

Re: ScratchText

Hey, The-Whiz, I checked out Scratch text, Great program.  I am an overall decent scratcher, so maybe I could join the team.  By the way, how do you comunicate, Would we have to create a private forum (if Possible)?

Offline

 

#17 2009-06-17 09:09:02

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

Re: ScratchText

I don't know, that's a good question...

Offline

 

#18 2009-06-17 09:15:19

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

Re: ScratchText

ScratchText Forum! Here is the link: http://www.punbb-hosting.com/forums/ScratchText/index.php

Offline

 

#19 2009-06-17 09:42:53

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

Re: ScratchText

There is a forum now, not just about ScratchText but about Scratch, too! Look above.

Offline

 

#20 2009-06-17 10:08:00

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

Re: ScratchText

Please join my forum!

Offline

 

#21 2009-06-17 11:10:50

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

Re: ScratchText

Please look at my forum!

Offline

 

#22 2009-06-17 11:54:24

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

Re: ScratchText

PLEASE go to my forums!

Offline

 

#23 2009-06-18 14:37:05

dsdude10
Scratcher
Registered: 2007-09-22
Posts: 500+

Re: ScratchText

can i become part of the team? look at my experimental spl (scratch programming language) at http://scratch.mit.edu/projects/dsdude10labs/514304

And look at my main spl (new version coming out soon made with scratch 1.4): http://scratch.mit.edu/projects/dsdude10labs/382382

Offline

 

#24 2009-06-20 14:28:12

torterra471
Scratcher
Registered: 2009-06-14
Posts: 25

Re: ScratchText

i can see you need alot of help(no offence) but how exactly do you use it? you might as well make them make it them selves! theyed have to learn a new language, go here to see how you could improve. look at the scripts and see how you could improve: http://scratch.mit.edu/projects/torterra471/576883 or go here www.scratched.tk either way they both have it. use buttons instead of typing, its easier to understand for new people and older people. you could get bad comments because people can't understand it.


so he said "grr" and she said "grrr" and he said "i love u" and she said i love you to" and he said "will you marry me" and she farts and we all walk away...

Offline

 

#25 2009-06-29 21:56:33

KGames
Scratcher
Registered: 2009-06-29
Posts: 2

Re: ScratchText

Can i join the scratch text team?

Offline

 

Board footer