home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global articleWindow
- if objectp(articleWindow) then
- forget(articleWindow)
- end if
- set horzOrigin to the stageLeft + 200000
- set vertOrigin to the stageTop + 200000
- set articleWindowRect to rect(horzOrigin, vertOrigin, horzOrigin + 448, vertOrigin + 356)
- set articleWindow to window "articles"
- set the windowType of articleWindow to 49
- set the rect of articleWindow to articleWindowRect
- set the fileName of articleWindow to "article.dir"
- set the title of articleWindow to " "
- set the titleVisible of articleWindow to 0
- set the visible of articleWindow to 0
- tell articleWindow
- go("preload")
- end tell
- set the visible of articleWindow to 0
- set horzOrigin to the stageLeft + 20
- set vertOrigin to the stageTop + 50
- set articleWindowRect to rect(horzOrigin, vertOrigin, horzOrigin + 448, vertOrigin + 356)
- set the rect of articleWindow to articleWindowRect
- end
-