Posted by CogKing on January 31, 1998 at 18:58:37:
In Reply to: Moving a thing posted by EV on January 31, 1998 at 17:58:02:
> There is a cog thing for creating things(CreateThing) but is there one for moving things?(maybe it would be something like this?: MoveThing(0,0,0)
Is this for that "dynamically created rocks that fall on a conveyer" problem ?
If so the rocks should simply fall down on the conveyer. If the conveyer uses
SlideWall() the rock should move in the same direction...
There are other ways to move things (like SetThingVel() etc.) but I don't think
that is what you are after...
-CogKing