home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gmode
- if gmode = 20 then
- tmh()
- else
- cmh()
- end if
- end
-
- on tmh
- global gscr, gbor
- if gscr < gbor then
- go("b")
- else
- go("g")
- end if
- end
-
- on cmh
- global gstg
- set gstg to gstg + 1
- if gstg = 3 then
- puppetSound(1, 64)
- go("ra")
- else
- repeat with n = 14 to 38
- puppetSprite(n, 0)
- end repeat
- go("ret")
- end if
- end
-