View Single Post
  #2  
Old 03-20-2009, 07:04 PM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
What you gotta do is write your own speak action.

Actions are defined in Python code, the vizact module actualy. There is an user defined action example in the Vizard help. Check that doc out, then open up vizact.py and examine the speak action. Copy the speak code into your own action module and modify it to stop the sound when the end action function is called.
__________________
Paul Elliott
WorldViz LLC
Reply With Quote