home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global y_frame, y_colortexto, y_textlines, y_linum, y_mouwait, xcapi, y_linea, opc1, opc2, y_opc
- set y_colortexto to 3
- set l_w1 to y_frame & "H"
- jcargatexto(l_w1, 20, 1, 2)
- set the visible of sprite 20 to 1
- jcargatexto_hTX(y_frame, 21, 4, y_textlines)
- set the visible of sprite 21 to 1
- set y_linum to y_textlines
- set y_mouwait to 17
- set opciones to getAt(y_opc, integer(xcapi))
- set opc1 to 40
- set opc2 to 40 + opciones
- set contador to 1
- set Miembro to "TC" & xcapi & "0" & contador & "B"
- repeat with i = opc1 to opc2 - 1
- DoPupOn(i)
- set the member of sprite i to member Miembro
- DoHide(i)
- set contador to contador + 1
- set Miembro to "TC" & xcapi & "0" & contador & "B"
- end repeat
- repeat with i = opc2 to 50
- DoHide(i)
- DoPupOff(i)
- end repeat
- end
-