home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global ImageWindow
- set horzOrigin to the stageLeft + 0
- set vertOrigin to the stageTop + 0
- set ImageWindowRect to rect(horzOrigin, vertOrigin, horzOrigin + 620, vertOrigin + 450)
- set the rect of ImageWindow to ImageWindowRect
- end
-