View Single Post
  #1  
Old 10-03-2017, 07:11 AM
Vishav Vishav is offline
Member
 
Join Date: Jun 2017
Posts: 57
Avatar and Vizinfo InfoPanel one after other

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
Reply With Quote