Use arrow keys to move HOW THIS CODE WORKS I made this program so others could make their own pacman and other maze games and artistic expressions. The way this program works is that whenever you push an arrow key, pacman points in the direction you push (if "left arrow key" pressed point "left"). Then pacman always moves forward unless his whiskers (a purple dot in front of his mouth) are touching the color green. You can see this in the pacman sprite (forever if (not "purple touching green") move forward). HOW TO CHANGE IT To change it just draw any maze you want to using the same color green I used (in the scratch paint editor that's the 4th square down in the green column). Then change the pacman costume to look how you want it to look (maybe a butterfly or something?). Then change the music or add your own sound effects. Finally, create other characters (sprites) to interact with or a goal, or something artistic or......?