More Programming Concepts- Conditional Statements February 11, 2008
Posted by wagongrrl in General.Tags: conditional statement, programming, Scratch
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.