home *** CD-ROM | disk | FTP | other *** search
- on vDUNCAN
- global MIAW, titleBar, dxrName
- if objectp(MIAW) then
- forget(MIAW)
- end if
- set horzOrigin to the stageLeft + 152
- set vertOrigin to the stageTop + 107
- set MIAWRect to rect(horzOrigin, vertOrigin, horzOrigin + 336, vertOrigin + 244)
- set MIAW to window titleBar
- set the windowType of window titleBar to 4
- set the modal of window titleBar to 1
- set the rect of MIAW to MIAWRect
- set the fileName of MIAW to dxrName
- open(MIAW)
- end
-
- on stopMovie
- finishMovie()
- end
-
- on finishMovie
- global MIAW
- if objectp(MIAW) then
- forget(MIAW)
- end if
- end
-