Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → I need some help but i dont know what this falls under
I need some help but i dont know what this falls under
2003-02-27, 5:31 AM #1
I want to make a 3DO go straight out just straight out for so long then return back to its starting point. i tried using simple elevator cogs but :/ i just know theres more i have to do to the object than that.

------------------
2003-02-27, 6:47 AM #2
Come back instantly?

Code:
#02/2003 GBK
Symbols
Message Activated
Message Timer
Surface Switch
Thing Object
Thing Ghost	#A ghost at the object's starting position.
Vector Dir
Flex Time
Int A=0			Local
End 
Code
Activated:
If(A) Stop;
A = 1;
Applyforce(Object, Dir);
Settimer(Time);
Stop;

Timer:
Stopthing(Object);
Teleportthing(Object, Ghost);
A = 0;
Stop;
End


------------------
Createthingatpos(GBK, 0, '0 0 0', '0 0 0');
And when the moment is right, I'm gonna fly a kite.
2003-02-27, 8:01 AM #3
i looked at your cog and tried it in my level i assigned it a vector that took it straight for 10 seconds to test it . but it does not move. i liked how simple the idea was but let me explain more clearly now that i know how it works.

Same idea, you activate a switch and it sends the shuttle out for the specified time but when the time is up instead of teleporting it sleeps for so long, then returns on another vector for the exact same time. also it would have another switch so you could call it from the other location.

[This message has been edited by sskakarot51 (edited February 27, 2003).]
2003-03-01, 10:34 AM #4
Anyone ? GBKS idea is just what i wanted its just that the shuttle wont move with his cog. Read my post above if you need more information on how i want it.

------------------
2003-03-08, 8:56 AM #5
COME ON anyone?? please!!!!

------------------

↑ Up to the top!