15.06.2015, 22:51
Just a question, why is speed soo different while MovingObject for example in this:
at speed of 0.01 ms
and this
at speed of 0.1 ms
Speed opening time is the same, i mean they open at the same speed and one is 0.01 ms and the other one is 0.1 ms, just wondering why is that ?
pawn Код:
MoveObject(rampapd, 1544.7000000,-1630.9000000,13.1000000+0.01, 0.01, 0.0000000,0.0000000,90.0000000);
and this
pawn Код:
MoveObject(BALRampa2, 2222.6001000,-1454.9000000,23.8000000+0.01, 0.1, 0.0000000,0.0000000,90.0000000);
Speed opening time is the same, i mean they open at the same speed and one is 0.01 ms and the other one is 0.1 ms, just wondering why is that ?