Additional Interests
Duplicate statement #30, and the duplicate will be statement #57.
Fig. 1.57
Let's make sure that the last three statements are linking properly. Statement
#55 is currently looping back up to statement #29 and it shouldn't. Change the
returns for Statement #55 to read 56/Error.
Change the returns for Statement #56 to read 57/True.
The last statement, #57 is fine the way it is so we'll leave it alone. Looking
at the last three lines of the second routine, compare your screen with mine:
Fig. 1.58
Lastly, we need to correct the returns on the first statement of the second
routine (the 60's). Take a look at statement 4 one more time. See how the returns
there are to the next line if true and if false it goes to the next routine? Even
though we don't have a "next routine" after the one for The 60's, we'll
pretend that we do.
Select statement #31 and change the returns to 32/58. Statement #58, although
not yet there, will soon be the first statement of our third routine — the
one for Music.
There! Now behavior #4109 is ready for us to attack!
|