home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(8) or rollOver(9) or rollOver(10) or rollOver(11) or rollOver(12) or rollOver(13) then
- cursor(3)
- else
- cursor(-1)
- end if
- go("chapt.,8")
- end
-
- on enterFrame
- if the clickOn = 8 then
- cursor(-1)
- puppetSound("beep")
- go("chapt.,9")
- else
- if the clickOn = 9 then
- cursor(-1)
- puppetSound("beep")
- go("jupiter")
- else
- if the clickOn = 10 then
- cursor(-1)
- puppetSound("beep")
- go("saturn")
- else
- if the clickOn = 11 then
- cursor(-1)
- puppetSound("beep")
- go("uranus")
- else
- if the clickOn = 12 then
- cursor(-1)
- puppetSound("beep")
- go("neputune")
- else
- if the clickOn = 13 then
- cursor(-1)
- puppetSound("beep")
- go("pluto")
- else
- nothing()
- end if
- end if
- end if
- end if
- end if
- end if
- end
-