home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1996 April
/
BYER_0496.iso
/
multimed
/
haight
/
data
/
trail004.dir
/
00019_Script_19
< prev
next >
Wrap
Text File
|
1995-10-25
|
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
--