DoButton-macro
Run the associated script of the object objectName.
Def DoButton { draw -n %1 -r; };
The following script runs the associated script of the NewLabel object.
DoButton NewLabel;