Posted by EV on January 31, 1998 at 21:36:07:
In Reply to: Re: Moving a thing posted by CogKing on January 31, 1998 at 18:58:37:
> > 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