Today you will write a program to create an interaction between two sprites. You will practice writing parallel programs, using time parameters in the say and wait blocks to sync the timing in their sprite's programs.
DIRECTIONS:
Click on the earth sprite; how many sprites reacted?
Press the space key to see what happens to Pico and the robot.
Click on the spaceship to see what happens.
Press the "s" key; how many sprites reacted?
What should you click to initialize the program?
You will need these blocks (and more):
sequence (n): a series of instructions that follow one another in order
parallelism (n): sets of instructions that run at the same time
event (n): an action that causes something to happen
initialize (v): assign an initial (beginning) value to a variable or object
x, y coordinates (n): the horizontal (x) and vertical (y) address of any point on a computer screen