Linedef type 530
Linedef type 530, Scroll Floor Texture and Carry Objects, is a type of linedef special which scrolls every tagged sector's floor flat and carries Objects on the same floors.
Setup
The length of the linedef controls the speed of the scrolling/carrying (32 fracunits of length equal one fracunit per tic). The direction of the linedef controls the direction in which the flat will scroll and the floor will carry Objects.
If Flag [6] / Not Climbable is checked, the carrying effect is made exclusive – once an Object has been pushed by this effect, it cannot be pushed by any other pushing or carrying effect in the same tic. This is useful if the effect is applied to multiple adjacent sectors, since it would normally be applied twice when an Object crosses the border between two sectors with the effect. This flag should be checked when using the linedef special in conjunction with linedef type 64; otherwise the player will not stand still on the "moving sector".
|
Sample
- Example file: ex_ld530_scrollfloortextureandcarryobjects.wad (MAP01)
How to use |
---|
|