home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / image.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  253 b   |  8 lines

  1. on enterFrame
  2.   global ImageWindow
  3.   set horzOrigin to the stageLeft + 0
  4.   set vertOrigin to the stageTop + 0
  5.   set ImageWindowRect to rect(horzOrigin, vertOrigin, horzOrigin + 620, vertOrigin + 450)
  6.   set the rect of ImageWindow to ImageWindowRect
  7. end
  8.