As a trainer for the kids to learn coding in Scratch, I am always interested in finding other useful tools for kids to learn programming. In my previous post, I have compared several popular kids programming tools (check here). In this post, I will make a detailed comparison between Scratch and Sprite Lab editor provided by Code.org.
I recognize that people have different preferences in the choice of tools, so my opinion is attached at the end of the article as a reference.
Easy of Access

First, both tools are free and easy to get accessed through web browser. you only need to login in, open your project page, and begin working on your project. No need to waste anytime on setting up the coding environment from your computer. Both tools could automatically save your code at an interval, but I suggest the students to save the project whenever they make importance update for their projects.
You don’t need to worry about the loss of your code. Based on my usage experience, I rarely notice the program slow in responsiveness or hang on.
So in terms of easy of access, both tools are excellent.

Openness of the Platform
Both of the tools encourage users to read the code of projects created by others and remix them to improve the functionality of the game. Meanwhile, the tools also takes full consideration of the copyright of the original creators. The remixed project could always trace the original version back to the original author.
Spirits Lab and several other labs (Play Lab, Dance Lab, Game Lab, etc.) provided by Code.org provides both block-based language work space and JavaScript workplace. Therefore, it is convenient for those students with stronger coding skills to switch from block-based language to JavaScript language.
While in Scratch, no backside interface is exposed, and the user accesses only block-based language interface. Although it seems more conserved at Scratch side, it continues enhancing its functionality and connects to 3rd party players, such as Google Translate service, Amazon Text to Speech service, Lego Mind-Storm Robots, Lego Booster robots. The Scratch 3.0 is becoming more open-minded toward extensions.
In Scratch, the project can be downloaded and saved into local version, but Spirits Lab projects have to be saved in the online platform.
Interface Friendliness
Both tools have friendly user interface. They use sprite to represent the object or character in a game. A spirit can be an animal, a figure, a plant, a picture or a shape, actually anything which the user wants to add action or sound. The sprite concept is equal to an object in many popular programming languages.
for Scratch, each sprite has its own coding tab, costume tab, and sound tab. They are arranged neatly. It is very convenient for user to switch work spaces of various sprites and check code.
While in Sprite Lab, there is one coding workplace, and all the code are put together on one page, which will make the code look a bit messy for new users and complicated designs. In Sprite Lab, the user can create behavior for a sprite in a separate window, but when checking the behavior of sprite, the user has to double click to open a separate editor window.
Personally, I feel that Scratch editor is more user friendly and looks straight-forward. I recommend its layout format of code, clarified and consistent to the coding layout of object-oriented programming language.
Syntax of Block-based Language
The syntax of both block-based language is simple and clarified, but there are some subtle difference.

The syntax of the language is actually related to the arrangement of editor interface. Since Scratch put the work place of each sprite separately, when writing code for the sprite, it doesn’t need to specify the name of the sprite again. Therefore, its block-based language is clearer and short.

In Sprite Lab, since all the code put together, the user has to specify the name of the spirits in each block, otherwise, the code could not know which sprite the user is coding for.
Therefore, in terms of clarity of blocked-based language feature, I recommend Scratch.
Design Library

Both Scratch and Sprites Lab provide rich library pictures for user to choose. They are excellent in providing the funny figures and backdrops.

For Scratch, it is more opened-minded for the artistic design material. User could upload the pictures of different formats from their computers, so it’s easier to create more exquisite and customized game pictures and figures.
Sprites Lab provides two ways to load the spirits, either the system provided sprites or painting directly in its editor. It’s enough for young kids but if you want to use Sprites Lab to create exquisite game, it might be challenging. after all, the editor functionality is still limited.
Support of Tutorial and Study Lessons
Both organizations provide tutorial and learning lessons. Sprites Lab is one editor of Code.org, a no-profit organization. It provides graded lessons covering from elementary level to high school level, so it is more systematic. If the kids always use the coding lessons provided by Code.org, they will be familiar with the environment of Sprites Lab, and other labs such as Play Lab, Dancing Lab or Drawing Lab.

For Scratch, it provides the entry-level tutorial lessons, and every tutorial realize a small function. There are no step-by-step leveled lessons on its official website, Therefore, users may get lost once they know the basic functions and want to combine various functions to design more complicated game plots and character behaviors. It is why there are organizations providing independent graded lessons for Scratch.

The functionality of Block-based Language

Scratch is more flexible and provides more functional interface to control the behavior and interaction between different sprites, thus they can create more funny games.
For Code.org, it provides many different editors such as Dance lab, Game Lab, Spirits Lab. For each lab, the functionality is different and the block-based language is also different. You could not create a game which utilized the functions from different labs.That is really confusing and limits the overall functionality of labs.Why not to create a lab which put all the functionality of Spirits Lab, Play Lab, Dance Lab and Drawing Lab together, thus making the Super Sprites Lab super powerful?



Summary
Sprites Lab is more suitable for younger kids to learn coding step-by-step with the powerful support of the systematic courses. At the elementary level of Code.org Courses, the toolbox considerably only shows the necessary, limited amount blocks, so the little ones will not get confused by too many choices. Generally, I feel the code.org start-up courses are suitable for young kids around the age of 5 to 6.
For Scratch, it is connected to many external plug-ins, and functionalities more stronger. It’s more popular for bigger kids from Primary 4 and above. The kids of those age have stronger understanding about the game design, math and logistic concept. They will feel the flexibility of Scratch tool attracting. Meanwhile, many countries and regions conduct kids coding competition currently, and they often appoint Scratch as one of the coding languages for the Junior-level competition. It is also one reason why Scratch becomes popular.
In TheCodingFun, we provide the Scratch coding courses for the kids of 8+ years. For the kids of 5-7 years, we utilized a mixed method by utilizing lessons provided by Code.org to help them warm-up, and customizing our courses in Scratch to set up a foundation for them to upgrade to future coding learning.
Disclaimer: Code.org is a non-profit organization. all the courses on the website is for free. When we provide the code.org courses, they are offered as a supplementary material for the children for free. All the copyright belongs to code.org. Children can login into code.org to self-learn those free courses any time.
Note: All the analysis articles are copyright products of http://www.thecodingfun.com. Anyone re-posting them should credit author and original source. Anyone using them for commercial purposes or translating them into other languages should notify TheCodingFun and get confirmation first. All Rights Reserved.
Hi there ,It seems that you are doing any unique trick. Moreover, The contents are masterwork. you’ve done a fantastic activity on this matter! gracias
LikeLike
Pingback: What is Microsoft MakeCode and Compare it with Code.org – Coding Courses Designed for Kids
Pingback: Teach Your Kids Coding By Yourself – You Could Do It! – Coding Lessons Designed for Kids