PDA

View Full Version : Movin' stuff 'round


BaelWolF
27th Nov 2000, 01:34 PM
Hey, I was kinda wondering how to get an actor to move around with the area...
ex. if I wanted to make a subway train,thats moving, but wanted lights in it, also, How would I make the lights stay in the same place (such as a glowing "exit" sign, or something like that)?

Fuzzpilz
27th Nov 2000, 03:11 PM
Use an AttachMover. When you create a mover using the button on the left, you can right click on the button and select the kind of mover you want to get. I haven't used them, but I think they have an AttachTag option. Set that to the same value as the tags of the things you want to attach, and that's it. You can also attach other movers by setting them up accordingly and setting their bSlave option. You'll have difficulties using triggers inside your train, though, in that case.