View Single Post
  #1  
Old 05-06-2008, 06:56 AM
Frank Verberne Frank Verberne is offline
Member
 
Join Date: Mar 2008
Location: Netherlands
Posts: 148
changing paintings of art gallery demo

Hi all,

How can I change the paintings in the art gallery demo? I need to change the painting with the self portret of Van Gogh on it. How can I manipulate that painting? I tried using this code
Code:
gallery = viz.add('gallery.ive')
gallery.getChild('art04-FACES')
and changed the four of 'art04-FACES' to all kinds of numbers, but none would give me control over the painting I want. I also tried this one
Code:
list = gallery.getChildren()
but then the list only has [viz.VizNode(2)] in it. Does anybody know how to fix my problem?
Reply With Quote