Posts

PROGRAMMING IN SCRATCH

  INTRODUCTION Scratch is developed by the Lifelong Kindergarten Group at the MIT (MASSACHUSETTS INSTITUTE OF TECHNOLOGY), Media Lab, led by Mitchel Resnick in 2003. Scratch is used in more than 150 countries and available in 40 different languages. Scratch is a visual programming language that allows you to create your own interactive stories, games, art and animations. As students design Scratch projects, they learn to think creatively, reason systematically, and work collaboratively.  Scratch can easily run on different operating systems including Windows, Mac OS, and Linux. Scratch is easy to learn and use. It provides an interactive environment to create programs by just dragging blocks of code. In the previous class, you have learnt about the different actions a sprite can perform on the scratch stage. And you have also learn that how to change the background, colour, direction, costume, etc. of a sprite.   MAIN COMPONENTS OF SCRATCH • Sprite: Sprite is a sm...