Linedef type 482
Jump to navigation
Jump to search
Linedef type 482, PolyObject – Move, is a type of linedef executor which, when triggered, makes a specified PolyObject move from one point to another.
Setup
This linedef should be given a tag corresponding to the ID of the wanted PolyObject. The angle of the linedef indicates the direction of the PolyObject's movement. The linedef's front texture X offset determines the speed of the PolyObject's movement (one fracunit of offset equals 0.125 fracunits per tic). The linedef's front texture Y offset determines the distance the PolyObject will move, measured in fracunits.
|
Sample
- Example file: ex_ld482_polyobject_move.wad (MAP01)
How to use |
---|
|