D2 Rotating Door

Sometimes referred to as the "Subway Door", this door rotates clockwise or counter-clockwise and is a good effect to add to any map

First create your door sector. Shape it like a cross as shown.

Mask four of the walls and texture them (#915 is perfect for subway doors). Make those four walls blocked and hittable, so they will show up thick and pink in 2D mode.

Place the following sprites inside the door sector: S[Channel,0], S[Channel,1] (Sp[0,Speed], M[HearingDistance,Sound]). Angle the S[Channel,0] down. The S[Channel,1] will be the axis for your door sector, so I recommend placing it in the center of the door sector. The S[Channel,1] angle determines the direction your door will rotate. Down is for clockwise, and up is for counter-clockwise.

Now your door will rotate in the game!

Return to Advanced Effects