View Single Post
  #2  
Old 04-02-2010, 12:30 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You could switch to an empty scene
Code:
import viz
viz.go()

gallery = viz.add('gallery.ive')

vizact.onkeydown('1',viz.scene,1)
vizact.onkeydown('2',viz.scene,2)
or you could do a fade like in farshizzo's post from this thread.
Reply With Quote