News

Scratch 3.0 released

1 min read

Scratch 3.0 was released yesterday. Scratch is an environment aimed to teach basic programming logic to kids with blocks and cartoon-ish characters and scenes. Yesterday, Scratch 3.0 officially became a part of the Scratch online community.

Scratch 3.0 new features

There are various new sprites, backgrounds, and sounds for users to play with.

  • A new extension library lets users add new sets of blocks that connect to hardware and software components to do more tasks with Scratch
  • A new sound editor
  • New programming blocks
  • Support for tablets, hence the blocks in Scratch 3.0 are bigger
  • Users can add collections of extra blocks the developers call ‘extensions’

Among existing blocks new ones are added for sound effects, operators to make string operations easier, new pen blocks and a new glide block to move a sprite.

The paint editor has a new layout that increases the visibility of tools and options, an eraser tool, more color options, better control over vector points, more controls for ordering layers, and new gradient controls.

With the sound editor in Scratch 3.0, you can now record sounds, trim audio with more ease, and explore new sound effects.

General reactions to Scratch

Comments from Hacker news are positive for Scratch:

Scratch is pretty great, and at least 3 of my kids constantly ask if they can play Scratch.

Scratch (and similar programming environments) is a very successful way to introduce children to programming and I hope that it continues to do so.

Any of your old projects can be found at https://scratch.mit.edu/mystuff/. You can check out Scratch at the MIT website.

Read next

Ruby 2.6.0 released with new JIT compiler

Python governance vote results are here: The steering council model is the winner

NumPy drops Python 2 support. Now you need Python 3.5 or later.

Prasad Ramesh

Data science enthusiast. Cycling, music, food, movies. Likes FPS and strategy games.

Share
Published by
Prasad Ramesh

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago