
ANIMDEFS are used for a few things. They can do a technique known as "Flat Warping." In layman's terms, it basically twists and animates whatever flats are defined. Its used to make liquid all fluid and warpy.
Flat Warping can be done as so by typing the below into a text file.
Code: Select all
warp flat FWATER1
warp flat FWATER2
warp flat FWATER3
warp flat FWATER4
Code: Select all
warp2 flat FWATER1
warp2 flat FWATER2
warp2 flat FWATER3
warp2 flat FWATER4
Code: Select all
switch *Switch_Up sprite name here*
ON sound *Switch sound when used*
pic *Your SWITCH_DOWN Sprite*
tics *Enter any number. 35 tics = 1 second*
sound *Switch_Down sprite name here*
OFF sound *activation sound when it was used*
pic *your switch_up here.*
tics *Enter any number. 35 tics = 1 second*
Code: Select all
flat OrangeJ1
pic OrangeJ1 tics 5
pic OrangeJ2 tics 5
pic OrangeJ3 tics 5
pic OrangeJ4 tics 5
texture Ketchup
allowdecals
pic Ketchup1 tics 5
pic Ketchup2 tics 5
pic Ketchup3 tics 5
Code: Select all
texture OrangeJ1 range OrangeJ4 tics 5