Quote:
Originally Posted by ReshiramZekrom
Well, I remember I did a similar thing once with another object.
Object definition
PHP код:
bar1=CreateDynamicObject(968, 997.43121, 1708.65247, 10.65440, 0.00000, 90.00000, 90.00000);
/open
PHP код:
MoveDynamicObject(bar1,997.43121, 1708.65247, 10.65440+0.01, 0.01, 0.00000, 0.00000, 90.00000);
/close
PHP код:
MoveDynamicObject(bar1,997.43121, 1708.65247, 10.65440-0.01, 0.01, 0.00000, 90.00000, 90.00000);
As you can see I modified the Z coords in a minimal way just to let the object start moving, then I put a really slow speed and I rotated the rot:Y coord. Try to do something similar, I'm sure it will help you
|
Yes more realistic and I think run.