home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 April / BYER_0496.iso / multimed / haight / data / quitrail.dir / 00010_Script_10 < prev   
Text File  |  1995-10-20  |  272b  |  14 lines

  1. on stopMovie
  2.   forgetAllMiaws
  3. end stop Movie
  4. --
  5. --
  6. on forgetAllMiaws
  7.   set countOpenMiaws = count (the windowList)
  8.   if countOpenMiaws = 0 then exit
  9.   repeat with i = 1 to countOpenMiaws
  10.     forget getAt (the windowList, 1)
  11.   end repeat
  12. end forgetAllMiaws
  13. --
  14.