home *** CD-ROM | disk | FTP | other *** search
- on beginMyMovie
- global myWindow
- if objectp(myWindow) then
- forget(myWindow)
- end if
- set horzOrigin to the stageLeft + 176
- set vertOrigin to the stageTop + 150
- set myWindowRect to rect(horzOrigin, vertOrigin, horzOrigin + 282, vertOrigin + 179)
- set myWindow to window "browser"
- set the rect of myWindow to myWindowRect
- set the fileName of myWindow to "browser"
- set the windowType of window "browser" to 2
- end
-