home *** CD-ROM | disk | FTP | other *** search
/ Windows News 1999 Special / WNEWSSPECIALETE.bin / MEDIA / CHECK.DXR / 00061.ls < prev    next >
Encoding:
Text File  |  1997-12-23  |  181 b   |  10 lines

  1. on exitFrame
  2.   global utilObj
  3.   openXLib(the pathName & "media/movutils.dll")
  4.   if objectp(utilObj) then
  5.     utilObj(mdispose)
  6.   end if
  7.   set utilObj to MovUtils(mnew)
  8.   test()
  9. end
  10.