Hi there,
I've been looking through the SDK, but I cannot find a way to hide a group object through scripting.
Basically, I'll be changing a widget between two values, which I would like to toggle the visibility of the group, (which contains about 17 objects.)
So, essentially,
"if widget says ' left' then
leftgroup alpha = 100 else
leftgroup alpha = 0
end if"
But I don't know how to call that group in the first place.
Thanks!