Cole Tierney wrote:
> Too bad about the scoreRecording. I may give it try and report my > results, just to be sure. I've inherited a bunch of unfinished projects > that need some reorganization. Be nice to scoot through the score an > clear out all the behaviour refs in one fell swoop. > If all you want to do is clear out all the behaviors attached to all the sprites then you don't need score recording. Simply select all the sprites and use the property inspector to select the "-" button and "clear all behaviours". Maybe I've misunderstood your request and this is oversimplifing things. As far as the discussions earlier regarding adding and removing behaviours dynamically, setScriptList() is definitely the ticket. I've never tried it during score recording (I see Warren just posted some info on that) but you can just run it at any point in your movie and walk through the sprites you are interested in and change their "behavior makeup" by setting using setScriptList, then when you save the movie the new behaviors are saved. Works great! -Rob [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!]
