It is very simple...


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]

Posted by Balrog_Butcher on December 03, 1998 at 16:18:02:

In Reply to: Re: Trapdoor COG posted by Argonaut on December 02, 1998 at 13:44:09:

Like this:

# A trapdoor COG I'm writing for this message.
# Never actually tested it, but I'm sure it'll
# work.

symbols
thing Trapdoor=-1
flex DoorSpeed=2
flex DoorDelay=2
message touched
message timer
end
code
touched: MoveToFrame(Trapdoor, 1, DoorSpeed);
SetTimer(DoorDelay);
Return;
timer: MoveToFrame(Trapdoor, 0, DoorSpeed);
Return;
end


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]