View Single Post
  #1  
Old 07-18-2013, 04:16 PM
brunomartelli brunomartelli is offline
Member
 
Join Date: Apr 2013
Location: London
Posts: 41
SetAnimationTime doesnt...

hi i have this:

Code:
bill = viz.addAvatar('LandMan.cfg' )

bill.state(1)
bill.setPosition( 30000 , -50, 30000) 
bill.setScale(50, 50, 50) 
bill.setAnimationTime(1,600)
the animation is track 1, there is also 0 which is blank
however the animation always starts at the beginning not at 600 seconds.
Why not?????
Reply With Quote