Not exactly folders, but we can do it another way.
The "me.text" tells Decker to use the text that's attached to the thing running the script. But you can also call the second set of files something else and point at them by name without using me.text.
As an example, if you name each sound in the second set with the new voice's name before the syllable, something like "dima_ka" ... then DIMA's ka button could be written like this:
on click do play["dima_ka"] phrase.text:phrase.text," ",me.text end
The answer to your second question is under File > Properties. There's a button labeled "Protect..." which will save a copy of your project without the menu. 🙂



