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) stepsAnd select "show code". Then the draggable box would pop up and would show this in it:
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
Well what code would it translate to?
Offline