How to introduce kids a complicated subject of “Computer Programming” ?We can use Scratch to introduce Computer Programming to kids. It is a visual learning environment with graphical blocks providing all important aspects of “programming” minus cryptic syntex of high level languages.
Author Archives: Sonal Patelia
Why Scratch is good to introduce kids “Computer Programming”
Scratch is a learning environment that helps elementary school children learn Computer Programming, computational thinking and expressing themselves in a way they like it.
How to move a sprite as you move your mouse – Visual Steps
This is a 10 minutes long project for a beginner Scratch Programmer. We like to play and make a game where we can move sprites Click on following images one by one (In order) and create an amazing scratch project in minutes! Follow the images!
Make a sprite jump
Now that we know, how to add sprites and background on the stage, it is time to give those sprites some movement. What we want to do: Give a sprite jumping movement. 1. Start adding a new background and a sprite of your choice on the Scratch stage. 2. Add following blocks to the script of that sprite.
