PD ramp slow open
#1

I need code who movedynamicobject to rotation with speed.
Seample i use:

- SetDynamicObjectRot(lspddoor1,0.0000, 0.0000, -105.0000);
- lspddoor1 = CreateDynamicObject(1500, 1560.81909, -1680.82727, 15.30740, 0.00000, 0.00000, 0.00000);

i ****** it and in function setobjectrot can't set float speed.

i try to make function about moveobject with speed like this

MoveDynamicObject(1500, 1560.81909, -1680.82727, 15.30740, 0.00000, 0.00000, 0.00000, 0.5);

Not work
Reply
#2

MoveDynamicObject(lspddoor1, 1560.81909, -1680.82727, 15.30740, 0.00000, 0.00000, 0.00000, 0.5);

i think this was the problem..
Reply
#3

no thats is not the problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)