Im new to 3ds maxscript. I wanted to create an animation of a selection where each object of the selection moves to a position say 10 units in Z from its current position in a sequence of 100 frames
------So far i have got is this
for i = 1 to selection.count do
( with animate on
( at time (i * 5) move selection[i] [0,0,10]
)
Anubis · 2012-01-17