Scratch is a graphical drag-and-drop language developed by MIT.
0
votes
2answers
78 views
How do I determine the direction of another sprite in Scratch
I'm programming a simple game for education in MIT Scratch and want to make a sprite turn towards another sprite (think an alien ship following our hero ship). I can easily make the alien ship point ...
0
votes
1answer
87 views
One-on-one Scratch programming coaching for kids [closed]
How do non-technical parents find a one-on-one coach to teach 9/10 year olds programming languages like Scratch?
2
votes
0answers
319 views
Restarting socket connection following client disconnect
I have this code which listens/sends from/to a Scratch program with remote sensor connections enabled (e.g communicates by Port 42001 on 127.0.0.1)
# This code is copyright Simon Walters under GPL v2
...
1
vote
3answers
163 views
Can an NXT brick really be programmed with Enchanting and adaption of Scratch?
I want my students to use Enchanting a derivative of Scratch to program Mindstorm NXT robots to drive a pre-programmed course, follow a line and avoid obstacles. (Two state, five state and ...
6
votes
3answers
294 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
68 views
How do I select an item from a list created in Scratch?
My son and I 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 ...
3
votes
2answers
305 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
2answers
231 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
3answers
185 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 ...
1
vote
1answer
241 views
Lego-Style Cocoa Workflow Application
I currently have to develop a system very similar to MIT's Scratch's UI. In case you don't know it, here a screenshot: http://kidconfidence.com/blogs/wp-content/uploads/2007/10/scratch1.png
...
10
votes
4answers
532 views
Learning programming language concepts [closed]
As a student teacher I am very interested in how effective "mini languages" such as Scratch, Logo, Alice and Lego mindstorms are in teaching the pupil the core concepts of programming such as ...
1
vote
2answers
159 views
3
votes
2answers
689 views
How to tell which edge was touched in Scratch?
In Scratch, there is a condition in the sensing category called touching, that can have edge as a parameter.
Given that the condition returns true, how can I tell which edge was touched (i.e. top, ...
8
votes
8answers
2k 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
1answer
303 views
Create from scratch, or build up on Scratch?
I'm considering building a visual programming language, akin to Scratch, for use by children (a.k.a. poor typists) in programming micro-controllers or robots.
There is, for example, a project to ...
8
votes
10answers
597 views
What to teach after Scratch? [closed]
My son is enthusiastically programming simple games in Scratch. However Scratch is a very simple programming environment (no subroutines even), and I can see that soon he is going to need to move on ...
0
votes
4answers
526 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 ...