The Cat Says Your Name
π― Click the cat and it greets you.
π‘ The idea behind it
Different events can start different pieces of code.
π§± Blocks you will need
when this sprite clickedsay Hello! for 2 secsswitch costume to
π¨ Build it
- Take 'when this sprite clicked' β not the green flag this time.
- Add 'say Hello! for 2 seconds' and change Hello to your own name.
- Click the cat. Not the flag. The cat.
- Add a second 'say' block underneath with something else, and watch them happen one after the other.
π Make it harder
- Add a sound with the 'start sound Meow' block.
- Make the cat also grow bigger when clicked, using 'change size by 25'.
π Bugs you will hit
- It says both sentences at once: you used 'say Hello!' instead of 'say Hello! for 2 seconds'. The first one does not wait.
β¬ Need Scratch itself?
Free from MIT, in a browser or as an offline app that needs no connection at all.