Hello,
Two questions I would welcome help with:
1. Is a script modifiable only through Script Editor?
On one card I have 20 buttons whose script is the same but which I now want
to change, preferably with some sort of repeat loop rather than manually
button by button, e.g.,:
repeat with i = 1 to the number of buttons on this card
put/replace <new script> into the script of button i
end repeat
In hindsight, I should've scripted some sort of subroutine.
2. Whenever I clone a mainstack its substacks do not also get cloned, so,
until now, I've been cloning stacks substack by substack by substack by ...
Is there an easier way?
Thank you.
Nicolas R Cueto