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

#1 2012-10-24 20:42:07

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

Scratch 2.0 New Features Guide

Many questions are flying around about Scratch 2.0, so I just wanted to answer some.

1. Vector Graphics
2. Cloud Data
3. user id
4. new scrolling blocks
5. new stop block
6. stamp transparency
7. cloning
8. possible code editing
9. custom blocks
10. new paint editor
11. sound editor
12. block speed

13. time blocks
1. In Scratch 2.0 there are vector graphics. These create less pixelated views than the old graphics. If a sprite is enlarged, the outer edge will still look pretty smooth instead of bumpy and pixelated. They help make more realistic graphics when the size is changed.
2. Cloud data is another new feature. You can create a cloud variable or list, in which information can be stored online. So one person can add something to a list online and the next person who views the project can see it. There can still be non-cloud variables and lists, though. More info is here.
3. The new user id block can be used for many good features, such as saving a game. The first user to view a project gets and keeps the user id of 1, and so forth. More information can be found in this wiki article
4. There are 5 new blocks specifically used for scrolling.

scroll up ()
scroll right ()
If <(scroll x) = [2]>
If <(scroll y) = [2]>
align scene [middle v]
The first two are used for scrolling the stage the entered amount of pixels. The next to are under sensing and are variables that show the x and y position of the STAGE. The last one sets the stage's x and y position in one of 5 options: middle, top-left, top-right, bottom-left, and bottom-right. This feature will help scrolling games to be made easier and with less lag. More can be read here.
5. Many people wanted a block that stops all the scripts of one sprite. Now this is final possible with this somewhat new block:
stop [other scripts in sprite v]
The drop-down menu also has these options, as well as possibly more: all, other scripts in sprite, this script (or stop script), and probably all scripts in sprite. There is more info on this block here.
6. New in 2.0 is that if a sprite has a ghost effect to it ad is stamped, the ghost effect stays with the stamp. However, no longer can hidden sprites be stamped (as of now).
7. Cloning is also in Scratch 2.0. Cloning is the duplication of sprites in-game, but clones don't inherit the sprites scripts; you create the clones scripts separately. There are 4 new blocks for cloning;
clone startup
crete clone
Create clone of [sprite 1 v]
delete this clone
clone startup is a cap block (like when green flag clicked) that starts all the scripts for the clone. Clones of other sprites can be created in a sprite. More info can be found here.
8. In Scratch 2.0 coding may be available instead of using blocks. There is some info here.
9. Scratch 2.0 has a way of making custom blocks. You use a block called "define" and then put in the name of the block. Then you add the scripts and you can add that new block to your actual scripts, as shown here:
http://wiki.scratch.mit.edu/images/Define_%28block%29.png
More info can be found here and here.
10. Scratch 2.0 has a new paint editor:
http://wiki.scratch.mit.edu/images/Scratch_2.0_Paint_Editor.png
11. There is also a sound editor which you can edit sounds and add effects.
http://wiki.scratch.mit.edu/images/Scratch_2.0_Sound_Editor.png
More info can be read here.
12. There is a new way to make it so blocks play all at once (like a turbo speed). When a custom block is made, a box can be checked to make it run all at once.
13. There is a new block under sensing that returns the value of the days since 2000:
http://wiki.scratch.mit.edu/images/Days_since_2000.png
There is also a block that represents the current time in a specific value (minutes, etc.)
http://wiki.scratch.mit.edu/images/Current_%28minutes%29.png
More about this block can be read here.

These features are subject to change.

Last edited by turkey3 (2012-10-24 21:37:23)

Offline

 

#2 2012-10-24 20:57:41

Wes64
Scratcher
Registered: 2011-08-19
Posts: 1000+

Re: Scratch 2.0 New Features Guide

good guide! i doubt that it will be stickied because scratch 2.0 is coming along quickly but it is worthy of it.


Experienced 2.0 Tester: Ask me questions!
Using Firefox 13.0, Flash plugin version 11.4.402.287, and Windows XP Professional.

Offline

 

#3 2012-10-24 21:02:17

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Scratch 2.0 New Features Guide

One problem:BYOB blocks are purple.


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#4 2012-10-24 21:09:07

777w
Scratcher
Registered: 2009-02-10
Posts: 1000+

Re: Scratch 2.0 New Features Guide

dvd4 wrote:

One problem:BYOB blocks are purple.

they used to be brown so thats probably an older screencap

Offline

 

#5 2012-10-24 21:11:33

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Scratch 2.0 New Features Guide

777w wrote:

dvd4 wrote:

One problem:BYOB blocks are purple.

they used to be brown so thats probably an older screencap

It should still be updated.


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#6 2012-10-24 21:14:53

Wes64
Scratcher
Registered: 2011-08-19
Posts: 1000+

Re: Scratch 2.0 New Features Guide

http://i49.tinypic.com/2ns2phy.png


Experienced 2.0 Tester: Ask me questions!
Using Firefox 13.0, Flash plugin version 11.4.402.287, and Windows XP Professional.

Offline

 

#7 2012-10-24 21:18:30

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Scratch 2.0 New Features Guide

There is a problem with the URLs given at the end of 7.

EDIT:it has been fixed.

Last edited by dvd4 (2012-10-24 21:42:08)


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#8 2012-10-25 08:57:59

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Scratch 2.0 New Features Guide

Why is there a "13. time blocks" before the first one ?


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#9 2012-10-25 16:15:13

xsnail
Scratcher
Registered: 2012-04-29
Posts: 2

Re: Scratch 2.0 New Features Guide

i dont have a clue what you are talking about

Offline

 

#10 2012-10-25 16:21:31

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Scratch 2.0 New Features Guide

xsnail wrote:

i dont have a clue what you are talking about

And your point is … ?


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#11 2012-10-25 17:36:33

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Scratch 2.0 New Features Guide

Some of the features have been confirmed.


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#12 2012-10-25 19:21:45

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Scratch 2.0 New Features Guide

Cool.


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#13 2012-10-25 20:13:51

joletole
Scratcher
Registered: 2011-02-20
Posts: 1000+

Re: Scratch 2.0 New Features Guide

The wiki has an entire list of all the features, with a page for each feature.  wiki.scratch.mit.edu/wiki/Scratch_2.0

Offline

 

#14 2012-10-25 22:05:54

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Scratch 2.0 New Features Guide

joletole wrote:

The wiki has an entire list of all the features, with a page for each feature.  wiki.scratch.mit.edu/wiki/Scratch_2.0

Wiki knows all.  smile


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

Board footer