Thread: Vizard Heads
View Single Post
  #2  
Old 02-10-2006, 10:42 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

You need to apply the fade action to the face also:
Code:
object.add(fade)
#If object is not an avatar with a face, then this will cause an error
object._face_.add(fade)
Reply With Quote