Game Development Community

Help, Want to Collide with a Path then get stuck on it.

by Brandon Store89 · in General Discussion · 09/11/2008 (8:57 pm) · 3 replies

Okay for my game, I'm trying to make some objects fall onto a path AFTER they collide with it in the game. I read the Path Tutorial but it didn't talk about this at all. Again I want the objects to be allowed to move freely, until they collide with the path, then are forced onto the path. Thanks in advance

#1
09/12/2008 (6:28 am)
I don't think that paths have collision boxes, but what you can do is put a trigger on them and then make the trigger attach the players to the path, which accomplishes the same thing in virtually the same way. Hope that helps.
#2
09/12/2008 (8:48 pm)
That sounds like a good idea, Ill give it a try, and let you know how that works out. thanks alot
#3
09/14/2008 (3:48 pm)
If you figure it out, it might make a good resource for the whole community to enjoy ;)