Home
Project Folders
Teacher Resources
Student Resources
En ESPAÑOL
How Do I?
Literacy
MWForum
Site Map
Search
Our Team

animate me 1 2 3 4 5
Animate Me 4
Try It
61 KB


Goal:   Control the amount of time to "wait."


Screenshot


Vocabulary:   wait

Code
Shapes
Project Map

code


Notes

In this project, instead of using a slider to control how much the person moves forward, we will use a slider instead to control the amount of time that the person waits between changing shapes.

  1. Make a slider named howfast?.   Keep its minimum set to 0, and set its maximum to 10.

  2. In the procedure, if we just write wait howfast?, then a high number on the slider will make the person wait longer (and move more slowly).   It would make sense for a high number to make the person move faster.  

    Wait 10 - howfast? means, "Start with the number 10 and subtract the number on the howfast? slider.   That is how long to wait."

    We need to be sure that the numbers on the slider do not go higher than 10 so that when we set it to the highest number, the turtle will be waiting 10 - 10, or 0.   (That means it won't wait at all and will move really really fast!!)




What If?
What happens if you move the howfast? slider while the dance button is pressed?


Challenge
Can you control how far the person will move fd and how long the person will wait by creating two sliders and using both slider names in your procedure?

Can you create three or more sliders and control them all in one procedure? (howfar? howfast? heading? size?)


On Your Own - Project Ideas





© copyright 2001 - 2008  OpenWorld Learning.   All rights reserved.