home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global xcapi, y_linea, y_frame, flagFichas, flagFichaslimit, yHayCap, yHayVid, yHayTest, MyCur, opc1, opc2, xvideo
- DoHide(30, 31, 32)
- set flagFichas to 0
- if yHayVid then
- DoShow(9)
- DoHide(11)
- set xvideo to "VVC" & xcapi & y_linea
- jdocursor(9)
- else
- DoShow(11)
- end if
- if yHayTest then
- DoShow(8)
- jdocursor(8)
- else
- DoShow(12)
- DoHide(8)
- end if
- repeat with i = opc1 to opc2
- jdocursor(i)
- end repeat
- end
-