Click the Green Flag to begin the program. Further instructions will be provided when you start the program. Please follow the given instructions to fully experience the program.
My Scratch program contains at least two Sprites. I created four separate event blocks corresponding to each of the arrow keys (module 1.7). I added the appropriate point in direction [...] block to each event block I created above. I attached a move (at least) [10] steps block to each of my events. There is a dialogue between the 2 sprites, a minimum of one background, AND costume change (or ghost). Sound is added. I made at least one sprite move around randomly but still stay within the confines of the screen. I used the if on edge, bounce block. I created a script for your second sprite that includes a "when green flag is clicked" block and a "point towards [...]" block. Instruct the point towards block to point to my first sprite. I used broadcast blocks for both sprites to have your second sprite point toward your original sprite each time the space bar is pressed. This will allow my second sprite to point toward my first sprite each time it moves.