Posted by rembrantph on February 02, 1998 at 19:24:11:
In Reply to: Re: Help with Cog (sectorthrust)-Please posted by Newbie Coglodite (Feeling Stupid) on January 31, 1998 at 18:07:07:
> Arrghh,
> I am beginning to feel a little bit stupid at this point. Let me spell out specifically what I have done:
> Placed unmodified SectorThrust cog
> changed following factors in placed cog window:
> set vector to four different: 0.0/0.0/4.5, 0.0/0.0/0.5, 0.0/0.0/45.0, 0.0/0.0/90.0
> Set speed to 1.0, 10.0
> set Sector0 to 0
> set Sector1 to 1
> Set Sector2 to 2
> (at the same time and individually)
> I want this sector thrust to push a character upwards vertically, in any way shape or form.
> What am I leaving out? Is gravity a factor? BTW, what does the Gravity sector flag do?
only set vector once exactly like this: (0.0/1.0/0.0)
the () are important, use them. use negative numbers for the other directions
then set what sector you want to affect, and the speed thats it.