Exploring Visual Programming Stagecast Creator Tutorial, Activity I: Kids Smoking on the Playground Visual Programming Group Center for Human-Computer.

Slides:



Advertisements
Similar presentations
Getting Started with PowerPoint
Advertisements

Create a Simple Game in Scratch
Objects in Alice: Positioning and Moving Them By Jenna Hayes under the direction of Professor Susan Rodger Duke University July
Create a Simple Game in Scratch
Mouse Tutorial for Win XP In this tutorial you will learn to: Move the mouse Click and double click Make selections Manage windows Use menus Click the.
Alice Learning to program: Part Four Creating Sounds, Making Billboards, Fun with 3-D Text, New Events, and Rotating Objects by Ruthie Tucker and Jenna.
Lesson 5+: Using He- Builder/She-Builder And Adding Text! Slides are adapted from aliceprogramming.net or
LMMS is a digital audio workstation that allows you to produce instrumental songs. LMMS stands for Linux MultiMedia Studio. The software was originally.
Exploring Visual Programming Stagecast Creator Tutorial, Activity II: Kids Smoking Cigarettes and Cigars on the Playground Visual Programming Group Center.
1 Exploring Stagecast Creator Stagecast Creator Tutorial: Kids Smoking on the Playground By: Community Simulations Team Center for Human-Computer Interaction.
Google SketchUp Castle
Alice Learning to program: Part 1 Scene Setup and Starting Animation by Ruthie Tucker and Jenna Hayes Under the direction of Professor Susan Rodger Duke.
 When you receive a new you will be shown a highlighted in yellow box where your can be found  To open your new just double click.
BoardMaker Ver 6 Creating Interactive Activities for the Classroom.
Alice Learning to program: Part Two by Ruthie Tucker and Jenna Hayes Under the direction of Professor Susan Rodger Duke University, July 2008.
Google Earth How to create a Google Earth Tour and place it in your Wiki.
Working in 3D using digital elevation models An example using ArcScene to investigate ice elevation and bed elevation data in Antarctic.
1 iSee Player Tutorial Using the Forest Biomass Accumulation Model as an Example ( Tutorial Developed by: (
Tutorial for Arrays and Lists By Ruthie Tucker. Description This presentation will cover the basics of using Arrays and Lists in an Alice world This presentation.
Code Club Session 2 Dance Party. What will we learn ?  How to change the background  How to create animations  How to make objects talk to each other.
Debbie Purvines - Region 16 ESC1 Debbie Purvines
To download PhotoStory: Go to On the left side under Product Resources, click on Downloads.
3–D Helium Molecule Tutorial Alice Project Duke University Professor Susan H. Rodger Gaetjens Lezin June 2008.
Alice 2.0 Introductory Concepts and Techniques Project 1 Exploring Alice and Object-Oriented Programming.
Teaching a character to walk in more than one world: Parameters and Inheritance. By Lana Dyck under the direction of Professor Susan Rodger Duke University.
 When you receive a new you will be shown a highlighted in yellow box where your can be found  To open your new just double click.
Design Studies 20 ‘Show Off’ Project How to make a computer monitor In Google Sketchup By: Liam Jack.
Illuminating Computer Science CCIT 4-6Sep
How to Add Animations and Narration to Your PowerPoint Presentation Ms. Chen North Shore High School AP Biology.
Learning PowerPoint Presenting your ideas as a slide show… …on the computer!
The Essentials of Alice Mrs. Jayne Slease SBMS CTE Computer Science and Animation Credit to Duke Students under the direction of Professor Susan Rodger.
Adding a wave file to a slide Adding a wave file to a slide (1 of 7) 1. Click on Insert. 2. Click Movies and Sounds. 3. Click Sound from file
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Computer Programming Modeling a Passive Solar Home.
Learning to Program: Part 1 Scene Setup and Starting Animation by Ruthie Tucker and Jenna Hayes Under the direction of Professor Susan Rodger Duke University,
Hyperstudio: A Beginner’s Tutorial By Judy Swaim.
Skater World: Part Four By Deborah Nelson Duke University Under the direction of Professor Susan Rodger June 1, 2009.
1. 2 Download Windows Media Player 10: Download PhotoStory3
Know your computer Make a Folder Copy from Word to Composer Format the Font Change the Alignment Format the Background Format the Colors Insert a Picture.
Illuminating Computer Science CCIT 4-6Sep
VB.NET and Databases. ADO.NET VB.Net allows you many ways to connect to a database. The technology used to interact with a database or data source is.
If you don’t have Google Earth downloaded already, you can go to to get it.
Headshots in Alice Duke University Professor Susan H. Rodger Gaetjens Lezin July 2008.
This is what we want to produce Import sketch dimensions Label angles Set the scale Add linear dimensions.
Computer Programming Modeling a Passive Solar Home.
{ How to Create a Flipchart in ActivInspire Lara Daniel.
You’ll Make a spreadsheet which will be like a Mad Libs Game. These Are The Directions.
The Essentials of Alice By Jenna Hayes under the direction of Professor Susan Rodger Duke University May 2009.
Using MIT Scratch for Programming and Control Programming 9.
Getting Started with Microsoft Word
Windows Tutorial 3 Personalizing Your Windows Environment
Scratch for Interactivity
Under the direction of Susan Rodger
Ready 4 Kindergarten: Maryland’s Early Childhood Comprehensive Assessment System Kindergarten Readiness Assessment App.
Microsoft Word Reviewing Documents.
How to Create a PBWorks Site
Fusion 360 Concrete Tea light Holder Tutorial
Objects in Alice: Positioning and Moving Them
Go to =>
Making Pictures Come to Life...
Tutorial for Arrays and Lists
Professor Susan Rodger
Alice and Daisies: Positioning and Moving Objects in Alice
Lesson One: Objects in Alice: Positioning and Moving Them
Professor Susan Rodger
A few tricks to take you beyond the basics of Microsoft Office
To be able to create my first advert, I needed an image to go along of the bottom of my advert. I decided to use an image that match the colours on my.
Ready for Kindergarten: Ohio’s Early Childhood Comprehensive Assessment System Kindergarten Readiness Assessment App.
Presentation transcript:

Exploring Visual Programming Stagecast Creator Tutorial, Activity I: Kids Smoking on the Playground Visual Programming Group Center for Human-Computer Interaction Virginia Tech This tutorial is a draft of materials being developed as part of behavioral research underway in the Computer Science Department at Virginia Tech. It is provided on an "as-is" basis; however, we welcome comments and suggestions. Please direct any feedback to

Introduction n Stagecast Creator is used to build visual simulations, animated worlds. You will learn to use and change example worlds, and eventually build your own. n We are interested in how Creator might be used to build simulations interesting the Blacksburg community. n No programming experience is required to use Creator. n A Quick Reference Sheet is provided as a help aid.

n Open the Stagecast Creator program. u Double click on the on the screen. n Open a world; click on u Browse the list of worlds and select Smoking Kids. u Click Open n Play the smoking kids simulation. u Watch what happens. How do the kids change? Why? n Stop the simulation when you have watched it a few times. n Reset the world using the Creator menu in the upper left corner. Explore the Smoking Kids

Smoking and Sickness n Let’s see how smoking and sickness work. Double click on the girl u A window with her possible behaviors or rules opens. u Click on the orange tab at the bottom of the window. After you click it will change to look like this. u What value does the sickness variable have? Why?

Each kid has a characteristic called. We call this characteristic a variable. Every time a kid puffs, their variable increases. The Rules for Sickness When sickness equals 5, the kid turns gray. When sickness equals 10, the kid falls down. While the kid lies down, sickness gradually decreases. When sickness gets back to 0, they stand up. Step through the simulation one step at a time until the girl collapses. What happens to the girl at each step? What is her sickness variable after 3 steps? Step1 ____________________________________ Sickness ___________ Step2 ____________________________________ Sickness ___________ Step3 ____________________________________ Sickness ___________ n Close the variable list by clicking again on. Smoking and Sickness

How Does Sickness Work? n Double click on the rule. u Creator rules are set up as before-after pairs. IF the before part matches a situation in the world; Then the after part of the situation is changed. u What is the before situation for this rule? The after part? BEFORE ___________________ AFTER ________________ n To see how sickness works, look at the details of the before part. u Click on the “show the tests” on the left of the rule maker window. u How is sickness tested? n Now let’s change how the sickness variable is used. u Click on in the rule maker. Change the sickness test to be 10, then click. n Run the simulation to test your changes. u Do you see a difference between the two kids now? n Stop and Reset the simulation before continuing.

Making a More Realistic Simulation n It seems odd that the kids just fall down without sitting first. Why don’t we add this in? u If the girl’s rule maker is not open, double click to open it. n Open and the girl’s Collapse rule. u What actions does she take when this rule fires? (check the right ) u What test decides whether she will collapse? (check the left ) n Examine the girl’s appearances by using a right click on the girl in the after part of the rule. u When would you use the different appearances? u How should she look before falling to the ground?

n Use the appearance menu to select the sit-puff appearance, then do the same thing to select sit-hold. u Look the list of actions for this rule. What has changed? n Make sure the actions are in the order you want, so that the girl sits before she collapses. n First she sits and puffs, then she sits and holds, and finally she collapses. If the actions are out of order, select one and drag it to a new location (this will be shown by a black line). n Run the simulation to test your changes then make the same changes for the boy. Making a More Realistic Simulation

Add a Character n Click the ‘create a character’ button and then click on a clear space on the stage. A blob should appear. n Now we want to make the blob into a new character. u Click ‘draw an appearance’ button and then on the blob. The picture painter window will appear. u Click and then use one of the drawing tools to make a cloud. Note: the second color on the top left hand side works best. n When you are finished click. n the simulation. What happens? What does the cloud do?

Adding Rules to a New Character n Now we are going to make rules so that the cloud can move. Let’s make it move right first. n Click on the ‘make a rule’ button and then on the smoke. The rule maker opens and a yellow spotlight appears around the cloud. n Stretch the spotlight over one block to the right. Move the cloud to the new highlighted box. Before:After: n Name this rule Move Right. When your finished click. Now make two more rules, one to make the cloud go up and another one to make it go down. n the simulation. What does the cloud do now? Is it moving the way you expected? n Double click on the cloud and open it’s rule window. again. Rule ordering counts. The first rule available that works will be done even if there are others that also work. u Change the order of the rules so that the Move Right rule is first. one more time to see how it works. n Click on the copy tool and then click the cloud character. Make about 5 more and place them at the top of the screen. and see how they interact.