home *** CD-ROM | disk | FTP | other *** search
- global SluttMIAW, theLastactiveWindow, thisIsA_PC, origWindowRectSlutt
-
- on startMovie
- initializeSluttMIAW()
- go(1)
- end
-
- on initializeSluttMIAW
- global commonFolder
- set SluttMIAW to the activeWindow
- set origWindowRectSlutt to the rect of window the movieName
- sound playFile 1, commonFolder & "lyder:slutt" & random(2) & ".aif"
- end
-
- on closeWindow
- close(window "Slutt")
- forget(window "Slutt")
- tell the stage
- go("Total slutt")
- end tell
- end
-
- on openWindow
- initializeSluttMIAW()
- end
-
- on resizeWindow
- set the rect of SluttMIAW to origWindowRectSlutt
- updateStage()
- end
-
- on zoomWindow
- set the rect of SluttMIAW to origWindowRectSlutt
- updateStage()
- end
-
- on activateWindow
- set theLastactiveWindow to the activeWindow
- initializeSluttMIAW()
- end
-