![]() |
|
#12
|
|||
|
|||
and would that work if I change .5 to .12???
MoveRoom = vizact.sequence(vizact.move(0,0,(0.12/time),time), vizact.move(0,0,(-0.12/time),time), int(30/time)) Would it then run each iteration for a minute? |
|
|