Posted by Osan`gar on February 15, 1998 at 17:30:49:
In Reply to: Speed In Cogs posted by GMS_SLUG on February 15, 1998 at 17:13:47:
> I guess my question is this.... are these valid lines in a cog?
> float speed=1.0 desc=thrust_speed
> float speed1=1.0 desc=thrust_speed
> I'm curious as to whether or not speed1 is valid.. All other stuff seems to have a number after it (sector0, vect0, etc...) but I've never seen speed with a number after it so I dunno if it is valid.....what I'm trying to do is make a sectorthrust that slows down when a switch is hit... all I want it to do is for the speed to go from 10 to a speed that will allow you to float gently down a shaft.... (not sure what that speed is yet, but won't be hard to find)
The way I see it, you have just defined to valid variables. It looks ok to me. I see it as two float variables, speed and speed1. I believe both of them are valid. I don't think it will give you any problems.