home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / m_info.dir / 00017_Script_closeInfo < prev    next >
Text File  |  2000-10-16  |  158b  |  7 lines

  1. on mouseUp
  2.   set wName = stripFileExtension(the movieName)
  3.   tell the stage
  4.     do "unloadMiaw " & QUOTE & wName & QUOTE
  5.     riattivaQTVR
  6.   end tell
  7. end