Gabester
10-20-2005, 06:00 AM
Hey all,
I'd like to execute multiple commands with a button in a window. But I don't want to use a procedure. Is there a way that you can for example create a sphere and move it -a 0 5 0 all in the one go without having to make a seperate procedure for it?
This is all I have so far:
button -label "something" -command "sphere"
but i'd like to add something like -command "shere" + "select -r sphere" + "move -a 0 0 0"
obviously.. that doesn't work.
Thanks heaps
Gabe
I'd like to execute multiple commands with a button in a window. But I don't want to use a procedure. Is there a way that you can for example create a sphere and move it -a 0 5 0 all in the one go without having to make a seperate procedure for it?
This is all I have so far:
button -label "something" -command "sphere"
but i'd like to add something like -command "shere" + "select -r sphere" + "move -a 0 0 0"
obviously.. that doesn't work.
Thanks heaps
Gabe
