Name: Cameron Beattie
Period: 7
Assignment: Lab #4
This problem focused on using variables to increase or decrease the size of a sprite.
I made 2 sprites, one that said "faster" and one that said "slower". I used a "speed" variable in combination with an operator to double the speed when clicking on the faster sprite, and reduce the speed by half when clicking on the slower sprite.
This problem focused on using variables to collect information and use it in a conversation
I had a sprite ask pretty bland personal questions and store the answer as a variable, then he used those variables in a conversation with his over enthusiastic friend Felicia. I also added some secrets using "if, then" statements (try saying "babies" for favorite food, or try being past grade 12)
This problem focused on using variables and "if, then" statements to trigger a specific event
I used the volume variable to change the volume and once it reached a certain level, had a script run to make all the other sprites run away.