home *** CD-ROM | disk | FTP | other *** search
- global waltersWindow
-
- on startMovie
- set waltersWindow to the activeWindow
- go(1)
- tell the stage
- cursorNormal()
- end tell
- end
-
- on closeWindow
- closeWalters()
- end
-
- on closeWalters
- sound stop 1
- sound stop 2
- forget(waltersWindow)
- end
-