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

#1 2012-05-25 16:11:10

turkey3
Scratcher
Registered: 2011-12-04
Posts: 500+

Show Script in Code

I think it would be nice to be able to right-click on a script and be able to select "show code". You know how Scratch was made with blocks so people can make projects without typing in long, complex codes. What this feature would do is show the script in code form, and it would be in a draggable box. This way people can learn real coding from the Scratch blocks, if they want to. So for example, I can right-click on

Move (5) steps
And select "show code". Then the draggable box would pop up and would show this in it:

Code:

move(5);

This would be very educational and help a lot with teaching people real coding.

Last edited by turkey3 (2012-05-25 16:11:37)

Offline

 

#2 2012-05-26 12:05:52

sanjayraj
Scratcher
Registered: 2012-03-25
Posts: 500+

Re: Show Script in Code

I know. Scratch is just drag and drop. It would be much better if you could do it in code.


http://i46.tinypic.com/23sw40j.png

Offline

 

#3 2012-05-26 12:18:39

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

Re: Show Script in Code

Well what code would it translate to?

Offline

 

Board footer