We are happy to announce the
release of Scratch 1.4. With this new version, you can ask users to input text from the keyboard (using the new "ask" and "answer" blocks), take photos directly from built-in or USB webcams, and control robotics with LEGO® WeDoTM. This version has a more flexible user interface, so that it can work on smaller screens, such as on netbook computers.
Scratch 1.4 for Mac OS requires OSX 10.4 or higher.
Scratch 1.4 for Windows requires Windows 2000, XP, or Vista.
| |
The
block
(in the Sensing category) allows you to ask a person a question and
have them type in a response. The keyboard input is saved in the
block.
If your computer has a built-in or USB webcam, the "Camera" button
in the Costumes tab allows you to quickly snap a photo or a sequence of photos.
The Numbers category has been renamed to "Operators" because it now contains blocks for manipulating strings.
block combines two strings (letters or other characters).
block reports the letter of at the specified position in the string.
block reports the length of a string.Scratch can now interface to the LEGO® Education WeDo™ robotics kit. The "Show Motor Blocks" command in the Edit menu makes five motor blocks appear in the "Motion" category:
turns the motor on for the specified number of seconds.
turns the motor on.
turns the motor off.
turns the motor on at the given power level (0-100).
sets or reverses the motor direction.The comparison blocks (=, <, >) now allow you to type strings into their arguments.
Blocks
that refer to sprites (e.g. "distance to") now accept reporter blocks,
so you can now provide a string with the name of a sprite as input to
these blocks.
The
list reporter block has a small change. If a list consists entirely of
single character entries then the list reporter concatenates those
letters together without inserting any spaces. If any list entry
consists of more than a single character, spaces are inserted between
the list elements (useful for making a sentence from a list of words.)
Support for smaller screens
The improved Scratch 1.4 User Interface allows Scratch software to run on computers with screens as small as 800x480 (so that Scratch can work on new netbook computers).
Scratch 1.4 has three buttons at the top-right of the screeen, allowing
you to switch between three viewing modes: small-stage mode,
large-stage mode, and presentation mode. When
you switch to small-stage mode, the Scripts area becomes larger (which
is convenient when writing programs with many scripts).
Scratch now uses a menubar with File, Edit, Share, and Help options. The menubar also has icons for Language, Save, and Share.
To save screen space, the sprite thumbnails are smaller and no longer show the number of costumes and scripts in that sprite. You can see the number of scripts as a pop-up if you hover the cursor over a sprite thumbnail.
To see the value returned by a reporter block, just click on it. (This only works if the reporter block is not embedded in another block.)
As an alternative to the right mouse button, you can click and hold on an object (without moving the cursor) to get its menu. (The feature was added to support a touch-screen or stylus, but is also an easy way for Mac users to get the right-button menu.)
There is a new translation server for the Scratch interface and website. If you would like to contribute a translation, please visit: http://info.scratch.mit.edu/Translation/
You can now change the order of arguments in translated blocks. This allows for more natural word order in translated versions.
See the Networked Installation page for details.
Q: Where are my old Scratch projects?
A: They are where you previously saved them. If you're not sure where you saved your projects, look in the "Projects" folder in the Scratch folder.A: On Windows, it is usually in the "Program Files" folder on your C: drive.
On Mac OS, it is usually in the Applications folder with the name of the version (e.g., "Scratch 1.3" folder).