home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gflag1
- if gflag1 = 2 then
- exitmenuh()
- end if
- if the timer > 5 then
- counth()
- end if
- set the locH of sprite 31 to the mouseH
- set the locV of sprite 31 to the mouseV
- set the locH of sprite 32 to the mouseH
- set the locV of sprite 32 to the mouseV
- go(the frame)
- end
-
- on counth
- global gflag1
- if gflag1 < 0 then
- set gflag1 to gflag1 + 1
- else
- if gflag1 = 0 then
- set gflag1 to 1
- puppetSound(3, 99)
- else
- if not soundBusy(3) then
- set gflag1 to 2
- end if
- end if
- end if
- counth2()
- end
-