home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(4) or rollOver(9) or rollOver(10) or rollOver(11) or rollOver(12) or rollOver(14) then
- cursor(3)
- else
- cursor(-1)
- end if
- end
-
- on enterFrame
- if the clickOn = 4 then
- cursor(-1)
- puppetSound("beep")
- go("chapt.,7")
- else
- if the clickOn = 14 then
- cursor(-1)
- puppetSound("beep")
- go("sun")
- else
- if the clickOn = 9 then
- cursor(-1)
- puppetSound("beep")
- go("mercury")
- else
- if the clickOn = 10 then
- cursor(-1)
- puppetSound("beep")
- go("venus")
- else
- if the clickOn = 11 then
- cursor(-1)
- puppetSound("beep")
- go("earth")
- else
- if the clickOn = 12 then
- cursor(-1)
- puppetSound("beep")
- go("mars")
- else
- nothing()
- end if
- end if
- end if
- end if
- end if
- end if
- end
-