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.
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to