Dice Posted March 20, 2013 Share Posted March 20, 2013 function changeDirPod1 () moveObject ( pod1, 10000, 1952.0166015625, 1419.140625, 73, 0, 0, 0 ) setTimer ( function() moveObject ( pod1, 10000, 565.40, -2657, 1378.40, 0, 0, 0 ) end, 15000, 1 ) end how come I keep falling out of pod 1 when it gets to line 5, the pod just poofs, but I can ride it just fine in the second line. Link to comment
Phat Looser Posted March 20, 2013 Share Posted March 20, 2013 Because the pod in the first line is faster than the pod in the second line. Do moveObject ( pod1, 100000, 1952.0166015625, 1419.140625, 73, 0, 0, 0 ) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now