Is there a way when making a behavior with getPropertyDescriptionList to get the behavior to display the choices of all the sounds in a given cast instead of displaying all the sounds in ALL the casts (which is what it does when using the code below)?

on getPropertyDescriptionList me
      set pdlist to []
addprop pdlist, #pSoundName, [#comment"Sound Member", #format #sound, #default""]
      return pdlist
end getPropertyDescriptionList
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[email protected]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to