View Single Post
  #2  
Old 10-22-2008, 05:54 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
If the mole is a 3d object, then you can use the vizact.size action to make the object gradually bigger. For example the following code will make the mole object grow to 3x its size over 10 seconds:
Code:
mole.addAction( vizact.size([3,3,3],10,viz.TIME) )
Reply With Quote