PDA

View Full Version : SetAnimationTime doesnt...


brunomartelli
07-18-2013, 04:16 PM
hi i have this:

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?????

brunomartelli
07-18-2013, 04:30 PM
answered my own question = you have to set

avatar.execute(1)

not

avatar.state(1)