jump to navigation

More Programming Concepts- Conditional Statements February 11, 2008

Posted by wagongrrl in General.
Tags: , ,
1 comment so far

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