Pair programing dance project

This is a group of 2 kids dancing and challanging each other to do better with music in the background and a changing backround.

Link to pair programing dance project

Name Animation

This is an animation that causes the letters of my name move and spin when the green flag is clicked

Link to name animation poject

Repeat Until

This is an animation that shows a cat that moves across the screen and it brodcasts a message when it reaches the end of the screen signaling the bear to show up and spin and the cat disapears.

link to repeat until

Embeded Loop

This code uses the green flag, to show that only 2 of the given endless loops make the sprite travel 100 pixels.

This is the link to the embeded loop project

Questions for Scratch Lab2

In scratch there is a repeat a certain number of times, there is also a repeat forever loop which is a loop that runs the system indefinately. The forever loop is good for a situation where you don't know how long you need your loop to be because than you can see what will happen if anything is going to go wrong. The loop in Question 3 doesn'tr make scence because it will only run outer loop once and be stuck repeating the inner loop making the outer forever loop redundent. A sprite can know when to do something by either recieving a message or by a manual signal. For question 5 the 2 codes are equivilant.

Homepage