PDA

View Full Version : Avatar and Vizinfo InfoPanel one after other


Vishav
10-03-2017, 07:11 AM
Dear all,

I want my avatar to appear and ask give some information and after avatar finish his speech then textbox with questions appears? In my code they appear parallely. How to make this possible. My code is:

b1=vizfx.addChild('balloon.osgb',pos=(0,0,0),euler =(0,0,0),scale=(50,50,50))
infoBox = vizinfo.InfoPanel('What is the color of balloon?')

Thanks

Jeff
10-09-2017, 02:15 PM
Take a look at the viztask (http://docs.worldviz.com/vizard/#VizTask_basics.htm) module and tutorial (http://docs.worldviz.com/vizard/#Tutorial__Tasks.htm). This allows you set up a sequence of events.