home ~ projects ~ socials

Walking And Speaking In Scratch

This video is still in production

Intro

TODO

    In this video we'll make Scratch Cat walk back and forth saying Meow at each end

    The file block set looks like this and here's what Scratch cat will do.

    Let's get started.

    Go to the scratch site

    Click create

    Close the tutorial that always shows up.

    Note that we'll go though things twice.

    First time through I'll explain the different parts. Just watch this one. After I'm done we'll go back through it a second time together where you can build the program along with me.

First time through

TODO

    First we'll start by walking, then we'll get to the talking

    Add when flag clicked

    Add move 10. click it to show the move

    Switch to 100 to show it jump

    remove move and put in glide.

    Set x = 100 (which will talk about in a sec first let's look at what happens)

    click it and show it move

    Show iPad grid with x and y

    Show clicking onit doesn't do anything becuase it's already there

    Put in glide x 0, y 0

    show the move and show it move back and forth

    add the repeat at 3

    show it

    Add the play sound

    Demo

Doing it together

TODO

    Add when clicked

    Add glide x 100

    Add glide x 0

    Add repeat

    Add Meow

End notes

  • note at the end that it looks like scratch is walking backwards. We'll turn them around in another video. (Looking for "Turning Scratch Around")

TODO

    link to version where scrath turns the other direction

-- end of line --