domingo, 27 de marzo de 2016

Práctica Scratch 4. How to tell Stories!!!

Today we are going to learn how to tell a story, like this example:


These are the steps:

1. TALK TO EACH OTHER

Want to make a conversation or tell a joke?
Have two sprites take turns saying something.
FIRST, add two sprites like in the example.
Select the cat and try this code:
Now, add this code to the other sprite  (the girl):
Broadcast a message to tell another sprite when to talk. When it receives the message, it can respond.

2. Glide Off the stage

To make a sprite look like it's going off stage, glide to the end, and then hide it.
For example, try this script.
Change the script of the cat to this:
and change the script of the girl to this:

After the sprite glides, it then hides.
Can't see your sprite? Use  to make it appear.

3. SWITCH BACKDROPS

You can change backdrops using 
First, choose the backdrops you want . Then, select each backdrop name from the drop-down menu: 
Here's an example. Add two backdrops, "urban2" and "bedroom2".

and now, change the script of the cat to this:

No hay comentarios:

Publicar un comentario