home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global glist, qaz
- endframe()
- if rollOver(1) then
- if (qaz mod 2) = 0 then
- set qaz to qaz + 1
- go("bird")
- end if
- else
- if rollOver(2) then
- go("1to5")
- else
- if rollOver(3) then
- go("1to2")
- else
- if rollOver(4) then
- if (qaz < 2) and (the timer > 7200) then
- set qaz to qaz + 2
- go("moon")
- end if
- else
- if rollOver(5) then
- if ((the timer < 3600) or (the timer > 10800)) and (getOne(glist, 115) = 0) then
- go(the frame + 1)
- else
- puppetSprite(15, 1)
- repeat with i = 1 to 3
- set the castNum of sprite 15 to the number of cast "bura2"
- set the ink of sprite 15 to 36
- updateStage()
- wait(30)
- set the castNum of sprite 15 to the number of cast "bura1"
- set the ink of sprite 15 to 8
- updateStage()
- wait(30)
- end repeat
- puppetSprite(15, 0)
- end if
- else
- nothing()
- end if
- end if
- end if
- end if
- end if
- go(the frame)
- end
-