home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- clearGlobals()
- end
-
- on checkEm
- if the loc of sprite 13 = point(71, 71) then
- if the loc of sprite 11 = point(151, 71) then
- if the loc of sprite 5 = point(231, 71) then
- if the loc of sprite 9 = point(71, 151) then
- if the loc of sprite 8 = point(151, 151) then
- if the loc of sprite 12 = point(231, 151) then
- if the loc of sprite 7 = point(71, 231) then
- if the loc of sprite 6 = point(151, 231) then
- if the loc of sprite 10 = point(231, 231) then
- snd = random(3)
- the randomSeed = the timer
- case snd of
- 1:
- puppetSound(3, "excel")
- 2:
- puppetSound(3, "great")
- 3:
- puppetSound(3, "wdone")
- end case
- go(#next)
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-
- on checkEm2
- if the loc of sprite 13 = point(71, 231) then
- if the loc of sprite 11 = point(151, 151) then
- if the loc of sprite 5 = point(151, 231) then
- if the loc of sprite 9 = point(71, 71) then
- if the loc of sprite 8 = point(231, 231) then
- if the loc of sprite 12 = point(151, 71) then
- if the loc of sprite 7 = point(231, 71) then
- if the loc of sprite 6 = point(231, 151) then
- if the loc of sprite 10 = point(71, 151) then
- snd = random(3)
- the randomSeed = the timer
- case snd of
- 1:
- puppetSound(3, "excel")
- 2:
- puppetSound(3, "great")
- 3:
- puppetSound(3, "wdone")
- end case
- go(#next)
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-
- on stopMovie
- clearGlobals()
- end
-