home *** CD-ROM | disk | FTP | other *** search
- global gloch, glocv, gkanseilist
-
- on startMovie
- end
-
- on init_rtn
- repeat with n = 7 to 35
- set the visible of sprite n to 0
- end repeat
- cursor([201, 202])
- repeat with n = 4 to 46
- puppetSprite(n, 0)
- end repeat
- puppetSprite(3, 1)
- set the visible of sprite 47 to 1
- set the visible of sprite 48 to 1
- if soundBusy(2) then
- nothing()
- else
- puppetSound("S00.AIF")
- end if
- end
-
- on end_rtn
- repeat with n = 1 to 48
- puppetSprite(n, 0)
- end repeat
- if the machineType = 256 then
- puppetTransition(26, 4, 6)
- else
- puppetTransition(51, 4, 6)
- end if
- play frame "BUNKI"
- gotonetpage("index.html")
- end
-