home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global xmusica
- if xmusica and (soundBusy(3) = 0) then
- sound playFile 3, "musica2.wav"
- end if
- go(the frame)
- end
-
- on idle
- global ztope, zpagina, ztopepagina
- DoRolloverArt(50, 51, 52, 53, 54)
- DoRolloverArt(11)
- case zpagina of
- 1:
- DoRolloverArt(12)
- ztopepagina:
- DoRolloverArt(10)
- otherwise:
- DoRolloverArt(10, 12)
- end case
- DoRolloverArt(60, 61, 62, 63, 64, 65)
- if ((ztope = 10) and (zpagina = 3)) or ((ztope = 30) and (zpagina = 8)) then
- else
- DoRolloverArt(66, 67, 68, 69, 70, 71)
- end if
- end
-