llSetLinkTextureAnim
LSLvoid llSetLinkTextureAnim(integer linknum, integer mode, integer face, integer sizex, integer sizey, float start, float length, float rate)
Animates a texture on the prim specified by LinkNumber, by setting the texture scale and offset.\ Mode is a bitmask of animation options.\ Face specifies which object face to animate.\ SizeX and SizeY specify the number of horizontal and vertical frames.Start specifes the animation start point.\ Length specifies the animation duration.\ Rate specifies the animation playback rate.
Parameters
| Type | Name |
|---|---|
| integer | linknum |
| integer | mode |
| integer | face |
| integer | sizex |
| integer | sizey |
| float | start |
| float | length |
| float | rate |
The Linden Scripting Library — what every SL-compatible grid provides.