View Single Post
  #5  
Old 07-02-2014, 02:03 AM
Frank Verberne Frank Verberne is offline
Member
 
Join Date: Mar 2008
Location: Netherlands
Posts: 148
I do not understand your problem fully. Providing sample code helps to clarify the problem greatly. Please use the code tags (click the # symbol while writing your message) to preserve indentation in your code as well.

As far as I know, you can put as many actions as you want in a vizact.sequence. Therefore,
Code:
vizact.sequence( wait_blink, closing_eyes, opening_eyes, angry, neutral, viz.FOREVER )
should result in a sequence of wait, blinking eyes, and angry.

See http://docs.worldviz.com/vizard/comm...t/sequence.htm for more information.
Reply With Quote