Jump to content

zoom script. ll set texture animation


Sunbleached
 Share

You are about to reply to a thread that has been inactive for 1802 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

hi! i am making a script which will zoom texture in and out. but it zooms in too close and out too far. how to fix it? i need approx. 2x zoom only and 1x1 zoom out.

default
{

    state_entry()
    {   

        llSetTextureAnim(ANIM_ON | SMOOTH | SCALE | PING_PONG | LOOP,
        
         ALL_SIDES 
         
         , 1, 1, 0.05, 1.0, 
         
         0.1 
         
         );
                    
    }
 
    
}

 

2.jpg

505adaa244153e7fb6378ad0b47eae06.jpg

Edited by Sunbleached
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 1802 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...