home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gFlagFich, g_currentframe, yHayVid, yHayTest, MyCur, gtxtxsp, opc1, opc2, y_linea, xcapi, aux
- jdoscUP(5, 21)
- jdoscDOWN(6, 21)
- DoRolloverArt(3, 14, 17, 30, 31, 32)
- jDoRollover(opc1, "-", opc2)
- set cual to doWho()
- if the mouseUp = 0 then
- if the rollOver >= 40 then
- set y_linea to chars(cual, 5, 6)
- end if
- end if
- if (the mouseWord <> -1) and (the foreColor of word the mouseWord of field the member of sprite 21 = 6) then
- set the cursor of sprite 21 to MyCur
- else
- set the cursor of sprite 21 to 0
- end if
- if yHayVid then
- DoRolloverArt(13)
- if rollOver(13) then
- DoHide(9)
- else
- DoShow(9)
- end if
- end if
- if yHayTest then
- DoRolloverArt(15)
- if rollOver(15) then
- DoHide(8)
- else
- DoShow(8)
- end if
- end if
- go(the frame)
- end
-
- on idle
- global xmusica, xhelp
- set xhelp to "afichas"
- if xmusica and (soundBusy(3) = 0) then
- sound playFile 3, "musica2.wav"
- end if
- end
-