home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go("chapt.,1")
- end
-
- on enterFrame
- if the clickOn = 4 then
- cursor(-1)
- play frame "chapt.,6"
- go("chapt.,7")
- sound fadeOut 1, 60
- else
- if the clickOn = 5 then
- cursor(-1)
- play frame "chapt.,6"
- go("chapt.,9")
- sound fadeOut 1, 60
- else
- nothing()
- end if
- end if
- if soundBusy(1) = 0 then
- puppetSound("bgm")
- end if
- if rollOver(4) or rollOver(5) then
- cursor(3)
- else
- cursor(-1)
- end if
- end
-