home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global glist
- endframe()
- if rollOver(1) then
- go("8to4")
- else
- if rollOver(2) then
- go("8to12")
- else
- if rollOver(3) then
- nothing()
- else
- if rollOver(4) then
- go("8to7")
- else
- if rollOver(5) then
- if (((the timer > 3600) and (the timer < 7200)) or (the timer > 10800)) and (getOne(glist, 54) = 0) then
- go(the frame + 1)
- else
- puppetSprite(15, 1)
- set i to random(6) * 25
- set j to random(4) * 25
- set the type of sprite 15 to 1
- set the ink of sprite 15 to 8
- set the castNum of sprite 15 to the number of cast "doro1"
- set the foreColor of sprite 15 to 255
- set the locH of sprite 15 to 234 - i
- set the locV of sprite 15 to 275 + j
- updateStage()
- wait(10)
- set the locH of sprite 15 to 240 - i
- set the locV of sprite 15 to 269 + j
- updateStage()
- wait(10)
- set the castNum of sprite 15 to the number of cast "doro2"
- updateStage()
- wait(30)
- set the castNum of sprite 15 to the number of cast "doro1"
- updateStage()
- wait(20)
- set the locH of sprite 15 to 234 - i
- set the locV of sprite 15 to 275 + j
- updateStage()
- wait(10)
- puppetSprite(15, 0)
- end if
- else
- nothing()
- end if
- end if
- end if
- end if
- end if
- go(the frame)
- end
-