home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1996 April
/
BYER_0496.iso
/
multimed
/
haight
/
data
/
trail010.dir
/
00016_Script_16
< prev
Wrap
Text File
|
1995-10-20
|
272b
|
14 lines
on stopMovie
forgetAllMiaws
end stop Movie
--
--
on forgetAllMiaws
set countOpenMiaws = count (the windowList)
if countOpenMiaws = 0 then exit
repeat with i = 1 to countOpenMiaws
forget getAt (the windowList, 1)
end repeat
end forgetAllMiaws
--