djzone
Trace: • longtouch

LSL: Long Touch

default {
    touch_start(integer num) {
        warning("*idle touch_start("+(string)num+")");
        llResetTime();
    }
 
    touch_end(integer num) {
        warning("*idle touch_end("+(string)num+")");
        if (llGetTime() > 2.0) {
            // Reposition on long-touch
            debug("~~~~~~~touch_end()");
        }
    }
}
Previous Next

djzone

Table of Contents



Venue Kit

  • Curtain
  • Stage HUD
  • Tipjar

Builder's Buddy

  • Builder's Buddy v1

LSL

  • Examples

SLua

  • Examples

Login