Your syntax is pretty wrong. Even if we take into accound that the angular (<...>) and linear ([...]) conversion constants can be changed.
It should be:
turn piece to x/y/z-axis <degree> speed <degree per seconds>;
move piece to x/y/z-axis [3do distance units] speed [3do distance units per seconds];
sleep time in milliseconds;
for instance:
turn ball to to y-axis <-60> speed <120>;
move ball to to z-axis [5] speed [10];
sleep 500;
Note that move ... (34) ... would be a ludicrously small displacement (it would be [0.0002]), and that turn ... speed <324545>; would be a ludicrously fast speed (it would be 900 turns per seconds).
Maybe it's just you didn't care much about syntax as you just wanted to provide an exemple, but still, it hurted me to see bos syntax slaughtered.
Tools/Utilities for Spring
Moderator: Moderators
True, i'm sorry for the slaughterzwzsg wrote: Maybe it's just you didn't care much about syntax as you just wanted to provide an exemple, but still, it hurted me to see bos syntax slaughtered.

No... Is maxscript like phyton? I think I can learn the basics in few days...mongus wrote: i didnt think of 3dstudio.
and 3dstudio has already an exporter (not for animations).
Iceblue... you have any experience on Python?