how to check if an object is hidden?
Code: Select all
if group "MYGROUP" is hide then ....
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
if group "MYGROUP" is hide then ....
Code: Select all
if (the visible of group "MYGROUP" = FALSE) then