home *** CD-ROM | disk | FTP | other *** search
- global dossier, soustheme1, soustheme2, passe, forcolor
-
- on exitFrame me
- sprite(4).visible = 0
- sprite(40).visible = 0
- sprite(41).visible = 0
- sprite(42).visible = 0
- sprite(43).visible = 0
- soustheme1 = EMPTY
- soustheme2 = EMPTY
- if passe <> 0 then
- if member(the memberNum of sprite passe).type = #text then
- member(the memberNum of sprite passe).foreColor = forcolor
- passe = 0
- else
- passe = 0
- end if
- end if
- set the text of field "total" to EMPTY
- repeat with X = 1 to 12
- if X > member(dossier, 4).lineCount then
- sprite(9 + X).visible = 0
- next repeat
- end if
- sprite(9 + X).visible = 1
- end repeat
- end
-