Tagged Questions
Scratch is a graphical drag-and-drop language developed by MIT.
18
votes
23answers
2k views
How and when do you teach a kid to code?
I've got a ten year old brother who desperately needs a constructive hobby and I am convinced he has the proper sort of wiring to become an adept coder. However, what he has in raw intelligence he ...
7
votes
8answers
824 views
Alice and Scratch ages 8+, how about under 8yrs old?
I just found out about Alice and Scratch. I will be implementing those pretty soon. But, I wonder, what would be good material for kids from 1st grade thru 4th/5th?
4
votes
11answers
1k views
Write C++ in a graphical scratch-like way?
I am considering the possibility of designing an application that would allow people to develop C++ code graphically. I was amazed when I discovered Scratch (see site and tutorial videos).
I believe ...
3
votes
2answers
21 views
Smooth out sprite motion in scratch
How can I smooth out animations in Scratch? Mainly, I want it such that when you press and hold the right arrow, it goes right without any noticeable jittering. Plus, scratch makes you wait a second ...
2
votes
1answer
70 views
Route for learning Smalltalk aka Squeak
Calling Jedi Masters of the Smalltalk universe,
I have knowledge of C++/Python/Perl and have been coding for 5+ years now.
I have to fork Scratch - MIT's Visual programming language to add support ...
1
vote
1answer
19 views
How do I select an item from a list created in Scratch?
I and my son are learning how to program in Scratch from MIT. I have learned using the variables tools how to create a list but I cannot work out how to select an item from the list I created and to ...
1
vote
2answers
85 views
Scratch-style token fields in Javascript
I'm trying to make a replica of the drag-and-drop programming interface in Scratch <http://scratch.mit.edu>, but in javascript. I have the building blocks part done, but am specifically interested ...
0
votes
1answer
36 views
multiple objects in flash (detecting object in event)
I want to create something like a scratch with 3 options. First website sends info about which field is correct. then flash replaces 2 movie clips with 'wrong' image and 1 with 'good' image. I already ...
0
votes
3answers
104 views
Which programming languages should one know to modify source code of SCRATCH
I intend to build a custom version of SCRATCH. I am a web-developer and hence not familiar with technologies that could have used to build scratch.
I see quite a lot technologies used in there such ...
0
votes
1answer
133 views
Creating a user-defined code generation system in PHP
My newest project that I'm looking to build with PHP (likely CodeIgniter) would require some sort of system that would allow a user to drag and drop pre-defined functions/methods into ...
0
votes
4answers
415 views
Anyone know of a scratch like program construction UI framework?
I quite like the drag and drop pluggable programming blocks in scratch ( http://scratch.mit.edu/ )
I'd like to be able to get users to create their own mini scripts using the same kind of ...