
In this challenge i had to add a score to my project. This was achieved by adding a variable to my project. Every time you click on the butterfly the score goes up by 1 but every time you hit the space bar the score resets itself.


The commands that are located in this script use the arrow keys in order to move the sprite. These move 10 steps at a time before stopping and waiting for the next command. The tutorial is showing me how to incorporate the arrow keys into the sprite. This is shown through the use of the " when _______ arrow pressed" button. This button proves to be very useful towards creating the motion of the sprite. This is a very useful technique in order to create an interaction between the viewer and the program.
This tutorial uses the score function of scratch. This Tutorial is helping me to understand exactly how to use the set score function, thus being able to have the power to set a score to the program in which you are completing. This specific script is telling sprite 1 to chase after sprite 2 and when it touches it then adds a score of 1 to the tally. The use of the sound in this script is to add an entertainment value to the person viewing it.
