automating script changes / cloning stacks along with their substacks

1999-10-31 Thread Nicolas R Cueto
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

Re: automating script changes / cloning stacks along with their substacks

1999-10-31 Thread Phil Davis
Hi Nicolas, Nicolas R Cueto wrote: Hello, Two questions I would welcome help with: 1. Is a script modifiable only through Script Editor? No. It is an object/card/stack property and can be set like other modifiable properties. On one card I have 20 buttons whose script is the same

Re: Digest metacard.v003.n121

1999-10-31 Thread Nelson Zink
Dear Nicolas, 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.,: Easy to do. Change the script of cd btn 1 to what you want, then: repeat with zz=2 to 20 set the script