Background Image Script?

 From:  Michael Gibson
6162.32 In reply to 6162.31 
Hi FDP, you're welcome!

> (assuming I can just use obj.hidden = true;)

Yup, if you have an object you set it to be hidden by doing: obj.hidden = true.

Also if you have an object list you can set all objects in the list to be hidden by: objlist.setProperty( 'hidden', true );

- Michael