Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Scratch 1.4: Beginner's Guide

You're reading from   Scratch 1.4: Beginner's Guide Learn to program while creating interactive stories, games, and multimedia projects using Scratch

Arrow left icon
Product type Paperback
Published in Jul 2009
Publisher Packt
ISBN-13 9781847196767
Length 264 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Time for action – give me another "M"


When we last left our script, the Second M in Mom displayed on the screen. Now let's display the First M in Mom.

The second letter M broadcast the message next m, so that is where we begin this exercise:

  1. Add the Control block when I receive next m to the scripts area for the First M sprite.

  2. Add the show block.

  3. Let's rotate the M this time. From the Motion palette, add the turn clockwise 15 degrees block to the show block.

  4. Click the flag to set the script in motion. Note that the first m is tilted 15 degrees. Click the Stop button when you've seen enough.

  5. Wrap the turn clockwise 15 degrees block in a repeat 10 block.

  6. Change the input value on the repeat block to 25.

  7. Add a broadcast block and create a new message gimme an O. Click the flag to run the script and watch the M spin in place. Click Stop when you've seen enough.

Run the script multiple times. Note how the letter M has a different orientation each time the script runs.

What just happened?

Excited to get...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image