In this project, you have a mostly assembled game where the PC goes through a series of mazes to collect fortune cookies. Your job is to make the game move through its four levels so that the PC and fortune cookies go to specific locations in each level/maze. You should already know how to: -keep score using a variable -send and receive simple broadcast messages -send a sprite to a specific location -change between backdrops -make sprites show/hide You will learn to: -use conditionals (if/then) to make multiple responses to the same broadcast message