Mr. Park All Blocks WHAT THIS PROGRAM DOES: This program demonstrates the IF and IF/ELSE progarming blocks. HOW THIS PROGRAM WORKS: The first if statement checks to for the sprite to be off the right edge of the stage by checking for the x position being greater than 230. If x is greater than 230 the sprite is moved to the left side of the stage. The IF/ELSE blocki checks the sprite to be over the blue spot if it is it says "I found water." otherwise it says "Keep Looking". The first FOREVER block switches costumes to animate the sprite and give the appearence of walking. It functions independently of other program components. The second FOREVER moves the sprite from stage left to stage right. All program components use the GREEN FLAG HAT and start when the green flag is clicked.