View Single Post
  #1  
Old 09-08-2009, 09:12 AM
dtidrow dtidrow is offline
Member
 
Join Date: Dec 2008
Posts: 13
Problems with node.getChild and node.collideBox

I'm having an issue with node.collideBix() preventing the rendering of a node returned from node.getChild("name"). The relevant parts of the script look like this:

Code:
option1 = chassis.add('part1.ive')
display = option1.getChild("display")
display.collideBox()
'display' is a valid node, as I can toggle it on and off using node.visible(). As soon as I call 'display.collideBox()', the node disappears from view. Any ideas why this might be happening?

Don
Reply With Quote