home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / PC / start.exe / start.dxr / 00001.ls next >
Encoding:
Text File  |  1998-09-16  |  138 b   |  9 lines

  1. on exitFrame
  2.   global theMovie
  3.   if QuickTimeVersion() >= 3 then
  4.     go(1, the moviePath & theMovie)
  5.   else
  6.     go("needqt")
  7.   end if
  8. end
  9.