Scrolling Texture Smooth
Date
2008/4/1 8:06:30 |
Topic:
Texture
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
);
}
}
This script comes from Alicia Stella Design - Best Tip Jars in Second Life
http://www.aliciastella.com
The URL for this script is:
http://www.aliciastella.com/modules/AMS/article.php?storyid=12