holycause
01-02-2009, 02:16 PM
Hi, I was wondering who i could know if in a $ of 3 obj, a property has a different state.
obj01.xray = true
obj02.xray = false
obj03.xray = true
if i do,
obj01.xray
it will return
true
and if i select all of them and do
$.xray
it returns
-- Unknown property: "xray" in $selection
but if do
$.xray = true
it will change all the xray properties in true
i need to know it because i would like to disable a label if they have a different state
obj01.xray = true
obj02.xray = false
obj03.xray = true
if i do,
obj01.xray
it will return
true
and if i select all of them and do
$.xray
it returns
-- Unknown property: "xray" in $selection
but if do
$.xray = true
it will change all the xray properties in true
i need to know it because i would like to disable a label if they have a different state
