Open up the world you created in Module 4 (or, if you can't lay hands on it, use the one at the foot of this page).
Download the world at the bottom of the screen: Mod5.2DancersPart2StarterWorld.a2w
Open up the dance in the middle method. (Remember, world selected in top left, then hit the edit button next to the dance in the middle tile in the lower left pane.)
In this method, remember, we used a parameter dancer so that every time we called the method, we could provide a different character as the dancer. We now want each dancer to dance in a slightly different way - more or fewer turns when they jump.
[Q5.2.1] How could we do that? Can you see?
The solution is to add another parameter that allows us to specify the number of turns when we call the method. So now we'll be specifying both the character to dance and the number of times they should spin.
Don't forget: Download the file linked below IF YOU NEED IT. Launch Alice on your computer, then use File -> Open World and select the file you downloaded.
Mod5.2DancersPart2StarterWorld.a2w
Save the world as LastNameFirstName-5.2DancersPart2.a2w