From: Jeremy S. <rez...@ma...> - 2005-12-15 23:30:45
|
The VPython documentation says that the objects in a frame can be made "temporarily invisible" with the following: for obj in someframe.objects: obj.visible=0 And that works, only not temporarily. For any other object, I can set the "visible" property to 1 and that object will be drawn. I can't get this to work with the contents of a frame. Am I overlooking something? There are three labels in the frame, as well as more typical objects, but I don't suspect them to be the source of the problem. Could someone please offer a suggestion? -Jeremy S. |