home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- mih()
- if the timer > 1800 then
- comonh()
- end if
- go(the frame)
- end
-
- on mih
- repeat with n = 14 to 38
- if rollOver(n) and (the castNum of sprite n = 177) then
- set the locH of sprite 13 to the locH of sprite n
- set the locV of sprite 13 to the locV of sprite n
- exit
- end if
- end repeat
- set the locH of sprite 13 to 672
- end
-
- on comonh
- puppetSound(3, 82)
- startTimer()
- end
-