More Programming Concepts- Conditional Statements February 11, 2008
Posted by wagongrrl in General.Tags: conditional statement, programming, Scratch
trackback
Conditional statements ask a question, then, depending upon the answer, execute a sequence of statements.
IF (specific condition is met) THEN (do this action)
Try out some of these ideas for your Scratch if a condition is met: change sprite size, change sprite visibility, change sprite location, change sprite color, change sprite effect.
Here are some student examples:
Mohamed
Kirsten
Amber
i used the scratch to make a maze. a tip is that you really need to use the time you have in class to make your project really good,