dim3 Forum

Full Version: Driving by nodes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a mine cart that can't be turned by the driver, just when the track turns. Is it possible to make it follow nodes and still be mostly user controlled?
I need it to accelerate and stuff to

EDIT:

YAY! I got it working, the cart just shakes heaps! I think it is because it's being turned by keys and nodes so it can't decide and shakes. How do I stop key turning but not node turning?
I really need help on this! Please does anybody know how to fix the problems?
Murderpuss2001 Wrote:I really need help on this! Please does anybody know how to fix the problems?

Try obj.status.freezeInput(true); to freeze the input. You'll need to go back with false when you want to resume input.

[>] Brian
Doesn't do what I wanted it to. I just want the driver to press forward and back to go forward and back, and no key presses for turning, just following nodes
Reference URL's