home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- BlendRollovers(9, 10)
- BlendRollovers(14, 21)
- BlendRollovers(23, 24)
- checkAnswer()
- go(the frame)
- end
-
- on checkAnswer
- repeat with n = 13 to 18
- if word 2 of the name of member the memberNum of sprite n = "white" then
- exit
- end if
- end repeat
- repeat with n = 19 to 21
- if word 2 of the name of member the memberNum of sprite n = "yellow" then
- exit
- end if
- end repeat
- SetPuppets(1, 30, 0)
- go("Correct")
- end
-