If there a better way to remember if rollout elements are enabled, then assign it like this:
on rolloutRot open do
(
theState = boolRotationEnabled.state
if boolRotationEnabled.state then
(
floatRotationXYZ.enabled = boolRotationLink1D.state
)
)
I got loads of elements and was hoping there was a faster and automatic way for it to remember the elements enabled status, like the value in element is in parameter.
Anubis · 2011-06-08
br0t · 2011-06-08