Posted on

06/09/13 – Lesson 1 Basic Sratch Program

This lesson we began by exploring the usage of Scratch. Now scratch is a software which is used to simulate how coding can be done for programming novices. Now although scratch has its limitation it can be fun to test out code and solve certain problem on. I found that by solving problem on Scratch I could more easily solve them in Python or Javascript.

Screen Shot 2013-10-11 at 08.38.25My basic program made the cat move across the screen and look like it was walking by a change in the image of the sprite after 0.2 seconds of having it move in the direction arrow keys pressed. I found this quite easy as I have used scratch a number of times before.

Leave a comment