PDA

View Full Version : Please make this train move!


overkill1
14th Jun 2000, 11:56 AM
Hi there,

I'm building a level with a train
that consists out of 4 'vehicles'
Now i've made the first vehicle move
around using 8 movepoints.
How can i get the other 3 vehicles
to follow the first? Do i have
to make separate movepoints for
all of them?

B.T.W. I can't make it in to one big
mover because it goes around corners,
so it wouldn't look right.

Thanks,
Andre

8-4-7-2
14th Jun 2000, 12:25 PM
I'm not sure if it will work but you could use Attachmovers(classes->brushes). Make all 4 movers Attachmovers and attach the 2nd to the 1st, and the 3rd to the 2nd...
AttachTag mover 1 = Tag mover 2
AttachTag mover 2 = Tag mover 3 ...

overkill1
14th Jun 2000, 02:17 PM
Thanks, all take a look at that..