DIRECTIONS: Use arrow keys to navigate the maze game.
Use the color picker to find the precise color match. Use a forever loop to continually test the IF condition.
After Level1 is won and sprite animation,
broadcast "End Level 1" message to all sprites.
All sprites will receive the Broadcast message "End Level 1"
In stage sprite, change the backdrop when "End Level 1" is received.
Hide all Level 1 sprites when "End Level 1" is received. ( Make sure to show sprite again when green flag is clicked)
x, y coordinates (n): the horizontal (x) and vertical (y) address of any point on a computer screen
condition (n): evaluates to TRUE or FALSE
conditional (n): a statement that only runs under certain conditions or situations
operator (n): Compares values and returns TRUE / FALSE
comparison operators: =, >, ≥ , <, ≤
boolean operators: AND, NOT, OR