Thread: vizact.fadeto
View Single Post
  #2  
Old 08-09-2010, 11:23 AM
tsmurphy tsmurphy is offline
Member
 
Join Date: Aug 2009
Posts: 4
Sorry for the dumb question everyone. I didn't figure it out, but I just ended up making a function that lists every object in the room and adds the given action to each object individually. (e.g. something like 'yield AddActionToTheWholeRoom(action)', which then adds the action to room and chair and the other twenty or so objects in the room)

Still, if anyone knows how to include child objects when using vizact.fadeTo directly, I would like to know. The reference for fadeTo says that a subnode can be specified, but I don't know how to specify "all of them including the node itself".
Reply With Quote