juako
02-15-2007, 03:56 AM
Hi I'm truing to learn max script for rigging complex characters , but i cant get along with max.
I don't know how you can put events , for example i want a box to have the exact position with another object, but only using max script, its not so hard , i hope its not so hard.
Another example , the only way i found to user events its something like this:
when select $sphere01 changes do
(
deselect $sphere01
select $sphere02
)
but the problem with this is that max scene doesnt save "when" commands.
If somebody know a tutorial or something script that interacts with the users pleas let me know
thanks
I don't know how you can put events , for example i want a box to have the exact position with another object, but only using max script, its not so hard , i hope its not so hard.
Another example , the only way i found to user events its something like this:
when select $sphere01 changes do
(
deselect $sphere01
select $sphere02
)
but the problem with this is that max scene doesnt save "when" commands.
If somebody know a tutorial or something script that interacts with the users pleas let me know
thanks
