View Single Post
  #4  
Old 03-18-2011, 02:58 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Quote:
the stopping condition for each trial occurs when either the ball falls off the end of the balance board or the time hits 20 seconds
You can use the viztask.waitAny command to wait until one of several conditions occurs. In your case these conditons would be a viztask.waitTime condition and a custom condition related to the ball's position.

The viztask documentation describes these commands and how to create a custom condition.
Reply With Quote