30.11.2010, 00:10
Ok so i was trying to make objects move up and down by them selfs...I tried alot of stuff and I could not figure it out!
This is the setup i have.
new ob1;
new ob2;
ob1 = CreateObject(925,-1136.44543457,-987.37402344,148.59642029,0.00000000,0.00000000,0. 00000000);
ob2 = CreateObject(2669,-1136.31091309,-991.23712158,150.75749207,0.00000000,0.00000000,18 0.00000000);
and the moveobject should be like this for each.
MoveObject(ob1 , -1136.44543457, -987.37402344, 130, 3.1);
MoveObject(ob2 , -1136.31091309,-991.23712158, 160, 3.1);
This is the setup i have.
new ob1;
new ob2;
ob1 = CreateObject(925,-1136.44543457,-987.37402344,148.59642029,0.00000000,0.00000000,0. 00000000);
ob2 = CreateObject(2669,-1136.31091309,-991.23712158,150.75749207,0.00000000,0.00000000,18 0.00000000);
and the moveobject should be like this for each.
MoveObject(ob1 , -1136.44543457, -987.37402344, 130, 3.1);
MoveObject(ob2 , -1136.31091309,-991.23712158, 160, 3.1);