Program an original program in Scratch that meets the following minimum requirements for your Scratch program: 1. Create a new Scratch program with at least one Sprite. 2. Create 4 separate event blocks corresponding to each of the arrow keys. 3. Add the appropriate point in direction [...] block to each event block you created above. 4. *The Cat should react to each key press by facing the proper direction. 5. Attach a move [10] steps block to each of your events. 6. *The Cat should move around based upon the arrow keys pressed. 7. Add 2 other event blocks that react to different user input (e.g. key presses, mouse movement/clicks) 8. Personalize it in at least 3 other ways.
Your job is to create a program with a Sprite that moves related to user input, including arrow keys and at least two other inputs.