Scrolling Texture Smooth

Written by Kitsune

Will make textures on all sides of prim scroll, like a news ticker or a waterfall.

 

default
{
    state_entry()
    {
        llSetTextureAnim(ANIM_ON | SMOOTH | LOOP, ALL_SIDES,1,1,1.0, 1,0.25);
    }
}