home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / SONY / SHARED.DIR / 01059_Script_Utility < prev   
Text File  |  1995-06-07  |  223b  |  9 lines

  1. On FindSounds
  2.   repeat with i = 1 to the number of castMembers
  3.     if the castType of cast i = #sound or ¼
  4.        the castType of cast i = #digitalVideo then
  5.       put the name of cast i
  6.     end if
  7.   end repeat
  8. end
  9.