(upbeat guitar music)
In today's project you'll build a fashion awards ceremony.
At a fashion show or a fashion awards ceremony,
the fashion designer often comes on stage
to talk about what they learned along the way
and to thank everyone who helped them.
In fashion, just like in computer science,
success often comes as a result of collaboration.
To learn and grow people depend
on teachers, friends, and colleagues.
These peers offer support and ideas
that help make a project successful.
Awards ceremonies are one way
people recognize those who help them.
Today you'll create a fashion awards ceremony
as a way to celebrate what you've learned in this club
and to thank those who have helped you.
Today's starter project
has a stage and a group of sprites.
When the flag is clicked
one sprite after another enters the stage
and goes to a random place.
This club may look familiar to you,
it's similar to the code used
in the window shopper project.
To make your fashion awards ceremony
you'll learn about the CS concept Broadcast.
You can broadcast a message that tells
another part of the code to run its code.
This message can be sent
to other sprites or the stage.
It comes in handy
if you wanna tell a sprite to do something.
After watching this video,
click the fashion awards starter project link,
sign in to Scratch,
and then click the Remix button.