How do I create an array of buttons with a script?
问题 I'd like to create an array of buttons with a script. This includes setting the size and position and assigning a mouseUp hander go them. The mouseUp handler should be on mouseUp go to card "aName" end mouseUp The list of names is in a text variable tCardNames. Each line has a card name. 回答1: Here's a slightly different approach. The repeat for each form is more efficient for long lists than repeat with , but in this situation there would likely be no appreciable difference. on createButtons