Tutorial Looping Animations 1 Looping: repeat forever Vox Proxy Default: always wait for the last character to finish What is looping?

Slides:



Advertisements
Similar presentations
Repetition everywhere – comparing while in a method and as an event Susan Rodger Duke University July 2010 modified July 2011.
Advertisements

Michael Parkes Dudley LA What can Scratch do? Make simple games, animations, presentations and stories.
Create a Simple Script Tutorial 1 The Script Wizard Character Interaction Optional Toolbars Testing Script Introduction.
Matlab tutorial course Exercises 4:. Exercises – for loops Download the scripts loops_example.m and if_else_example.m, run the code Download the function,
A Christmas Scratch game
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
My First UFT Script.
Scratch Programming Session 9 of 10 Review elements to use in stories, games, etc.
Tutorial 16 Working with Dynamic Content and Styles.
Vox Proxy Demo Start Lighting. Vox Proxy Demo Menu Lighting.
1 Data Analysis Framework for DHC Tower 07/21/2003 Kurt Francis - Northern Illinois University.
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.
Making a Timer in Alice.
COMP 1001: Introduction to Computers for Arts and Social Sciences Programming in Scratch Monday, May 16, 2011.
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.
Spiral Rider PAGE 1. Set Up Scene 1.Add Stage-underwater scene 2.Add crab sprite 3.Add two fish sprites PAGE 2.
Digital Blue Cameras Inset Tuesday 3 rd June 2008.
Move the mouse to the IE icon on the Quick Launch Bar and click to cut a small picture. This small picture is for locating the position of IE Quick Launch.
Scratch Programming Lesson 2 First glance to programming logic.
By Jesus Juarez. Download the software from or your preferred website.
1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives.
Making a Timer in Alice By Jenna Hayes under the direction of Professor Susan Rodger Duke University July
1 SEEM3460 Tutorial Compiling and Debugging C programs.
Perl Tutorial. Why PERL ??? Practical extraction and report language Similar to shell script but lot easier and more powerful Easy availablity All details.
Scratch Programming Lesson 3 Create a story. We are going to learn… How to change the background How to use the “say” and “think” bubbles How to change.
Tutorial for Arrays and Lists. Description This presentation will cover the basics of using Arrays and Lists in an Alice world It uses a set of chickens.
24 Background Building 25 Computing Terminology, and Speed/Velocity Module 4 Notes: Sensing, Or Operator, Conditional Logic 28 Module 4 Algorithms,
VULCAN Handshake June Purpose Control system tracks – Proton charge on target – # of neutrons received by detector – # of neutrons..
Run Why do you run, why do you hide, Oh don’t you know I just, I just want to be with you, To be with you.
Using MIT Scratch for Programming and Control Exercise 1 Creating movement Year 11 DTG 2012.
From last time… Explore the blue commands from the motion menu Find at least three ways to get the sprite to move to the UPPER LEFT corner.
Algorithms in Scratch How to plan your code. Algorithms Algorithms provide computers with a set of instructions or a set of rules. They are written BEFORE.
Introduction to Computer Programming - Project 2 Intro to Digital Technology.
ScriptOnce™ & Best Practices. Agenda 2 Automation that works ScriptOnce –Minimal maintenance –Easy to add devices Robustness –Reliable Scripts - Minimize.
3:00. 2:59 2:58 2:57 2:56 2:55 2:54 2:53 2:52.
Repetition everywhere – comparing while in a method and as an event Susan Rodger Duke University July 2010.
Postgraduate : JIA-BEY LIU Adviser : CHIA-HUI WANG Co-adviser : LI-TIEN WANG, LUNG-LUNG LIU.
Working with Speech Tutorial Speech Input Form Speech Tags Toolbar Pronunciation Dictionary Speech Topics.
Scratch Part 2 – Character Commands. What does a command do?  Commands in programming allow an object whatever it is to do something. In the case of.
Script commands by category 1. Files and directories Start and stop data recording, set script default directories for pictures and data. A quick preview…
Batch Files More flow of control Copyright © by Curt Hill.
Intro CS – Loops, making animations & films Lesson Plan 3.
UK Schools Animation Competition Objectives: All – to be able to change costumes using scripts in SCRATCH Most - To be able add movement and sound.
www.visualland.net1 ARP Basic ARP tutorial with pictures Watch animation to learn networking. Visualize.
1 ©2006 INSciTE Lab Three Task: Move forward for 2 feet, turn right 90º repeat to complete a square path. End up exactly where you started.
Introducing Scratch Learning resources for the implementation of the scenario
Intro CS – Loops, making animations & films
Scratch Unit Overview We are going to look at computer programming and how to create your very own computer game The piece of software we will be using.
Tutorial 12 Working with Arrays, Loops, and Conditional Statements
Based on Topic Work – African Savannah
Unit 2 Getting Started With
Scratch – Simple Programming
Top Fire Protection Services Ottawa available on Dubinskyconstruction
BBC Microbit.
Scratch – Simple Programming
BBC Microbit.
Hour of Code.
Introduction to scratch animation
مديريت موثر جلسات Running a Meeting that Works
For Loops (Iteration 1) Programming Guides.
Scratch Summer Session 2
Building a Game in Scratch
© LaunchPad Learning Inc. All rights reserved.
C.2.10 Sample Questions.
© A+ Computer Science -
C.2.8 Sample Questions.
C.2.8 Sample Questions.
under the direction of Professor Susan Rodger
Matlab tutorial course
Animate a Sprite. By M, M and C P6
Presentation transcript:

Tutorial Looping Animations 1 Looping: repeat forever Vox Proxy Default: always wait for the last character to finish What is looping?

Tutorial Looping Animations 2 Looping Animation Timeout :wait and :nowait parameter –Show:nowait Peedy –Search:nowait –Say:nowait What are you doing? Set new defaults –WaitCommands command –Preferences screen Timeout, Wait, Defaults

Tutorial Looping Animations 3 Script Commands –Interrupt character –Stop –Wait –Waitfor character Timing Commands

Tutorial Looping Animations 4 Show Genie at Processing Show:nowait Merlin at LookRight LookRightReturn:nowait Confused Decline:nowait Say:nowait Genie, what are you doing? Restpose:nowait Interrupt Genie Genie Say I'm contemplating the future. Genie Hide Merlin Hide:nowait Sample Script with Looping

Tutorial Looping Animations 5 Show Genie at Processing Show:nowait Merlin at LookRight LookRightReturn:nowait Confused Decline:nowait Say:nowait Genie, what are you doing? Restpose:nowait Interrupt Genie Genie Say I'm contemplating the future. Genie Hide Merlin Hide:nowait Run Sample Script

Tutorial Looping Animations 6 Show Genie at Processing Show:nowait Merlin at LookRight LookRightReturn:nowait Confused Decline:nowait Say:nowait Genie, what are you doing? Restpose:nowait Interrupt Genie Genie Say I'm contemplating the future. Genie Hide Merlin Hide:nowait Analyze Script

Tutorial Looping Animations 7 Show Genie at Processing Show:nowait Merlin at LookRight LookRightReturn:nowait Confused Decline:nowait Say:nowait Genie, what are you doing? Restpose:nowait Interrupt Genie Genie Say I'm contemplating the future. Genie Hide Merlin Hide:nowait Run Script with Analysis

Tutorial Looping Animations 8 Show Genie at Processing Show:nowait Merlin at LookRight LookRightReturn:nowait Confused Decline:nowait Say:nowait Genie, what are you doing? Restpose:nowait Interrupt Genie Genie Say I'm contemplating the future. Genie Hide Merlin Hide:nowait Show Character Animations

Tutorial Looping Animations 9 Timeout Preference

Tutorial Looping Animations 10 Timeout Preference

Tutorial Looping Animations 11 Conclusion