home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- end
-
- on prepareFrame
- global MaxPag, DlgPath, ThisFrame
- if ThisFrame <> the frame then
- set ThisFrame to the frame
- visible([7], [43, 19])
- set V to count(DlgPath) > 0
- set the visible of sprite 6 to not V
- CloseAllWindows()
- if GetPag() <> 1 then
- SetPag(1)
- repeat with i = 1 to MaxPag
- set the visible of sprite (19 + i) to V
- end repeat
- end if
- end if
- end
-