So, I've got a sculptie I've created with the following script in it:
CODE
default
{
state_entry()
{
llSetTextureAnim( ANIM_ON|LOOP|SMOOTH, ALL_SIDES, 0, 0, 0, 0, 0.15 );
}
}
The texture I have on it is a 512x512 texture with alpha. It's drops of water. I've got it all set up so it looks like the water is flowing down the side. With the script above, it looks great....
BUT...
Most of the time when I TP out, or log in, the texture is flowing the opposite direction
The problem corrects itself when I right click on it and make a copy, or click on the sculptie with the texture selection tool. This is VERY annoying. The sculptie at hand is actually going OVER a sculptie of the same type. I'm having a fountain with water flowing down the sides, right in the middle of the "town square" in my sim. Any suggestions on how to fix this problem would be GREATLY appreciated! I'm completely stumped, and not that great at scripting.
