View Single Post
  #8  
Old 11-14-2003, 03:51 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi Kim,

The setExpression command takes a number from 1-11. Those numbers correspond to the expressions I mentioned in the previous post. The setExpression command takes this number, adds it to 600, and then sends it to the avstu plugin. So if you want your avatar to Frown 50% you would do:
Code:
avatar.setExpression(2,0.5)
Hope that clears it up!
Reply With Quote