here is a script to name controls (for beginners)

Josh Mellicker josh at dvcreators.net
Fri May 19 15:46:55 EDT 2006


For any beginners out there who have put a bunch on controls on a  
bunch of cards and want to name them quickly (without looking through  
a big properties list), put this in the stack script:

ON mouseUp pMouseBtnNum
     IF pMouseBtnNum = 3 THEN
         ask "name of" && the target
         IF it is not empty THEN
             set the name of the target to it
         END IF
     END IF
     pass mouseUp
END mouseUp


Then right click the control you want to name.



More information about the use-livecode mailing list