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

#126 2009-11-08 10:52:29

cocoanut
Scratcher
Registered: 2007-07-10
Posts: 1000+

Re: Text-Based Scratch

@Lucario: On the variables, how would you designate the X/Y position of the variable displays on the stage?


http://i42.tinypic.com/20gyvif.jpgPlease leave a message at the beep.
Steam: Hellephant

Offline

 

#127 2009-11-08 10:57:36

WeirdF
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Text-Based Scratch

I made a text version of Scratch. http://scratch.mit.edu/projects/WeirdF/737081


http://i.cr3ation.co.uk/dl/s1/gif/847032b8a331def77529b6a0384db1fe_handfingers.gif

Offline

 

#128 2009-11-16 08:51:54

scratch_hater
Scratcher
Registered: 2009-11-16
Posts: 1

Re: Text-Based Scratch

scratch is bab

Offline

 

#129 2009-11-16 09:01:41

06dknibbs
Scratcher
Registered: 2008-01-29
Posts: 1000+

Re: Text-Based Scratch

scratch_hater wrote:

scratch is bab

Spam and mispelling  smile

If you dislike Scratch, there's no need to create an account to spam it  smile


http://i404.photobucket.com/albums/pp129/06dknibbs/Untitled-3-6.jpg

Offline

 

#130 2009-11-17 10:38:42

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Text-Based Scratch

hes proably a banned acount on a diffrent computer.

back on topic now.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#131 2009-11-17 23:43:59

martianshark
Scratcher
Registered: 2008-03-24
Posts: 1000+

Re: Text-Based Scratch

I have an idea for this if it happens: The place where the blocks would be turns into a box with code keys!


http://img.geocaching.com/stats/img.aspx?txt=martianshark&uid=e6cdc2c8-2476-4abd-9994-27f857396579&bg=1

Offline

 

#132 2009-11-18 14:48:23

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Text-Based Scratch

martianshark wrote:

I have an idea for this if it happens: The place where the blocks would be turns into a box with code keys!

You mean, have the bloks as what they would be in text version?


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#133 2010-08-24 13:20:10

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Text-Based Scratch

I know this sounds kind of counterproductive, but it isn't. I think there should be a text based way of using Scratch. It wouldn't get rid of the block interface, but it would add a tab that lets you switch between block and text representation of Scripts. It would be easier to make long scripts this way. Also, when you switch back to block view, it will have assembled your script for you. Here's what the text representation would look like:

Simple representation:

when green flag clicked
forever
move 10 steps
end forever

or maybe a more complicated one:

when green flag clicked
forever {
   move 10 steps
}

(I prefer this one)

so, a script like this:

http://img833.imageshack.us/img833/1570/blox.gif

Would be like this in the text tab:

when green flag clicked
forever {
   point towards mouse-pointer
   move 10 steps
   if (touching mouse-pointer) {
      say "I hit you!" for 2 secs
      stop all
   }
}

Remember, even if this seems complicated, the block interface still exists.

Supporters:

-ScratchReallyROCKS
-scratch_yoshi
-Lucario621
-Jwosty
-Harakou



Vote for it here!

Last edited by ScratchReallyROCKS (2010-08-25 18:29:46)


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#134 2010-08-24 17:40:30

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Text-Based Scratch

bump?


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#135 2010-08-24 17:59:49

scratch_yoshi
Scratcher
Registered: 2009-06-12
Posts: 1000+

Re: Text-Based Scratch

I support! It would be much easier to use blocks, and you wouldn't always have to hunt down the blocks! And, when it's all finished, I can see it in block view!


Retired from Scratch, but just the language itself. Not the forums.

Offline

 

#136 2010-08-24 18:07:39

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Text-Based Scratch

scratch_yoshi wrote:

I support! It would be much easier to use blocks, and you wouldn't always have to hunt down the blocks! And, when it's all finished, I can see it in block view!

Thanks! Do you think you could vote for it on the suggestions page?


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#137 2010-08-24 18:13:17

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: Text-Based Scratch

Nice idea. Can you create a mock-up for it?  smile


http://i.imgur.com/WBkM2QQ.png

Offline

 

#138 2010-08-24 19:01:39

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Text-Based Scratch

Lucario621 wrote:

Nice idea. Can you create a mock-up for it?  smile

Here you go:

http://img842.imageshack.us/img842/9668/text.png

That took me a LONG time.

Last edited by ScratchReallyROCKS (2010-08-24 19:02:16)


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#139 2010-08-24 19:29:28

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: Text-Based Scratch

ScratchReallyROCKS wrote:

Lucario621 wrote:

Nice idea. Can you create a mock-up for it?  smile

Here you go:

http://img842.imageshack.us/img842/9668/text.png

That took me a LONG time.

I see! Really nice.  smile


http://i.imgur.com/WBkM2QQ.png

Offline

 

#140 2010-08-24 21:09:45

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: Text-Based Scratch

Great idea!  lol  Did you know that you can do that in EToys? (Kind of)

Or it could show the Smalltalk code for the stack of blocks you are writing.


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#141 2010-08-24 21:11:54

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Text-Based Scratch

Jwosty wrote:

Great idea!  lol  Did you know that you can do that in EToys? (Kind of)

Or it could show the Smalltalk code for the stack of blocks you are writing.

Yeah, but that's too complicated. I think a real representation would be good.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#142 2010-08-24 21:13:31

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: Text-Based Scratch

ScratchReallyROCKS wrote:

Jwosty wrote:

Great idea!  lol  Did you know that you can do that in EToys? (Kind of)

Or it could show the Smalltalk code for the stack of blocks you are writing.

Yeah, but that's too complicated. I think a real representation would be good.

Waddaya mean?


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#143 2010-08-24 21:19:29

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Text-Based Scratch

Jwosty wrote:

ScratchReallyROCKS wrote:

Jwosty wrote:

Great idea!  lol  Did you know that you can do that in EToys? (Kind of)

Or it could show the Smalltalk code for the stack of blocks you are writing.

Yeah, but that's too complicated. I think a real representation would be good.

Waddaya mean?

sorry, that didn't make any sense. I was thinking of something else when I wrote that. I mean that my representation would be better.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#144 2010-08-25 07:16:48

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Text-Based Scratch

bump!


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#145 2010-08-25 14:31:17

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: Text-Based Scratch

Agree. I like text input sometimes, and maybe it would help me learn the syntax of those darn curly braces in JS/C.


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#146 2010-08-25 18:28:39

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Text-Based Scratch

Harakou wrote:

Agree. I like text input sometimes, and maybe it would help me learn the syntax of those darn curly braces in JS/C.

{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{} are you scared yet?  tongue


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#147 2010-08-25 18:54:52

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: Text-Based Scratch

ScratchReallyROCKS wrote:

Harakou wrote:

Agree. I like text input sometimes, and maybe it would help me learn the syntax of those darn curly braces in JS/C.

{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{} are you scared yet?  tongue

A little... Naw just kidding.  tongue  I havent really used either language at all and so I'm not accustomed to using them. (Not that it's hard)


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#148 2010-08-25 19:08:20

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: Text-Based Scratch

I'll make a mockup.  big_smile


Hai.

Offline

 

#149 2010-08-25 19:17:43

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Text-Based Scratch

fg123 wrote:

I'll make a mockup.  big_smile

I already did.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#150 2010-08-25 19:45:59

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: Text-Based Scratch

ScratchReallyROCKS wrote:

Jwosty wrote:

ScratchReallyROCKS wrote:

Yeah, but that's too complicated. I think a real representation would be good.

Waddaya mean?

sorry, that didn't make any sense. I was thinking of something else when I wrote that. I mean that my representation would be better.

Aha!! Now I get it.  big_smile


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

Board footer