home *** CD-ROM | disk | FTP | other *** search
- on OpenBookMarkWD
- global BookMarkWd1
- set the visible of sprite 48 to 1
- set the cursor of sprite 48 to [400, 401]
- RestoreHilites()
- if objectp(BookMarkWd1) then
- forget(BookMarkWd1)
- end if
- set BookMarkWd1 to window "BM_MAIL1.GEO"
- set the rect of BookMarkWd1 to rect(the stageLeft + 48, the stageTop + 58, the stageLeft + 272, the stageTop + 257)
- set the titleVisible of BookMarkWd1 to 0
- open(BookMarkWd1)
- end
-
- on CloseBookMarkWindow2
- global BookMarkWd2
- if objectp(BookMarkWd2) then
- forget(BookMarkWd2)
- end if
- end
-
- on CloseBookMarkWindows
- global BookMarkWd1, BookMarkWd2
- if objectp(BookMarkWd1) then
- forget(BookMarkWd1)
- end if
- if objectp(BookMarkWd2) then
- forget(BookMarkWd2)
- end if
- set the castNum of sprite 39 to the number of cast "BOOKMARK_UP"
- set the visible of sprite 48 to 0
- set the cursor of sprite 48 to 0
- RestoreHilites()
- end
-
- on openSubMenuWindow
- global BookMarkWd2
- if objectp(BookMarkWd2) then
- tell BookMarkWd2
- CancelLastSp()
- go("start")
- end tell
- else
- set BookMarkWd2 to window "BM_MAIL2.GEO"
- set the rect of BookMarkWd2 to rect(the stageLeft + 273, the stageTop + 58, the stageLeft + 609, the stageTop + 257)
- set the titleVisible of BookMarkWd2 to 0
- tell BookMarkWd2
- init()
- PlaceMySlider()
- end tell
- open(BookMarkWd2)
- end if
- end
-
- on OpenFAQwindow
- global FAQwd
- set the cursor of sprite 48 to [400, 401]
- if objectp(FAQwd) then
- forget(FAQwd)
- end if
- set FAQwd to window "FAQ_CONN.GEO"
- set the rect of FAQwd to rect(the stageLeft + 120, the stageTop + 80, the stageLeft + 520, the stageTop + 400)
- set the titleVisible of FAQwd to 0
- set the modal of FAQwd to 1
- open(FAQwd)
- end
-
- on closeFAQwindow
- global FAQwd
- if objectp(FAQwd) then
- forget(FAQwd)
- end if
- set the cursor of sprite 48 to 0
- set the castNum of sprite 38 to the number of cast "FAQ_UP"
- end
-