You are on page 1of 20

Cat walk…

PROBLEM STATEMENT

Little Mina loves watching animations. But now she wants to


create her own animations. She wants a cat sprite to move.

2
Solutio
Create a cat walk
nanimation using
scratch
Little Mina can create her own animations. She can use
Scratch software to create animations.
Add final video
here
HARDWARE USED:

laptop pc tab

5
SOFTWARE USED :

SCRATCH

6
Algorithm to move the sprite

1. When green flag is clicked.


2. Set rotation style left-right.
3. Add a forever loop.
4. Move 5 steps.
5. If on edge bounce.

7
Algorithm to add sound & say block

1.When green flag clicked.


2.Add a forever loop.
3.Play sound meow until done.
4.Add a say hello block.
5.Next costume.
6.Wait 0.2 secs

8
Flowchart
Start

Green flag clicked

Move sprite Sound & say block

Rotation style left-right Play sound meow until done

Move 5 steps Say hello


Forever
Forever

If on edge Next costume

Wait 0.2 secs


Bounce
End

9
Code Step by Step Part-1

On start add a forever loop

10
Code Step by Step Part-2

Sets rotation style of sprite as left-


right

11
Code Step by Step Part-3

Moves 5 steps forward and if


touches the edge , bounce

12
Code step-by-step part 4

Plays sound meow until program


is stopped

13
CODE STEP-BY-STEP PART-5

Sprite says hello!

14
CODE STEP-BY-STEP PART 6

Switches to next costume and


waits for 0.2 secs

15
TESTING THE CODE…

16
FINAL OUTPUT…

17
IMPROVE !!!

ADD MUSIC AS THE CAT


WALKS ….

18
IMPROVE !!!

19
Add final video
with voice over
with explanation
stepwise here

You might also like