Top Free Scripts
Script ID : 34
Audience : Default
Version 1.00
Published Date: 2010/5/12 5:05:08
Reads : 1956
Time

Will tell you how many seconds between Touch_Start and Touch_End.


float t;
 
default
{
    
touch_start(integer num_detected)
    {
        
llGetTime();
    }
    
    
touch_end(integer num_detected)
    {
        
llOwnerSay((string)(llGetTime() - t) + " seconds between touch_start and touch_end");
    }
}

0
|  Links 
Printer Friendly Page Send this Script to a Friend
Search for Help
New Product
Free Item
Sponsor

Site Info
Total Hits