Help animate on
I have a problem with animate on, I have an array of 920 numbers and would like to put in the position of an object. but when run the code below it creates a keyframe always the last number of array ... someone could help?
pos_tst = #(221.364,221.939,222.395,222.381,222.225,222.072,222.052,225.235) pos_tst.count for t = 1 to pos_tst.count do ( animate on for p in pos_tst do at time t ( $.pos = [p,0,0] ) ) for p in pos_tst do ( print p )

Comments
I'm sorry to confuse ...very
I'm sorry to confuse ...very thanks
kimarotta.com.br
3d Artist
If you think about offset
If you think about offset (key step by 5), i use this to see result better. Offset by 1 will produce faster animation. But you know that already :)
Cheers!
bga
little example
bga
Perfect, very thanks
Perfect, very thanks Barigazy...
kimarotta.com.br
3d Artist
i change exampe, sorry
i change exampe, sorry
bga
Yeah I saw ... Only a doubt
Yeah I saw ... Only a doubt ... Why the animate on need for a multiplication and not accept the direct number?
kimarotta.com.br
3d Artist
Not undertand your question.
Not undertand your question. What multiplication?
bga