[Opensim-users] Possible regression of 0003334: touch() event didn't get called

Jeff Kelley opensim at pescadoo.net
Mon Dec 9 03:45:54 UTC 2013


touch() event should fire a stream of events while held.

MANTIS 0003334: touch() event didn't get called
http://opensimulator.org/mantis/view.php?id=3334

Related to

MANTIS 0005435: touch() event not fired continously
http://opensimulator.org/mantis/view.php?id=5435

MANTIS 0006303: Touch event only fires once
http://opensimulator.org/mantis/view.php?id=6303


Said to be fixed but surges again in 0.7.5, 0.7.6, 0.8.

- Rez a cube
- Drop the script:

default {
     touch_start (integer n) {
         llOwnerSay ("touch_start");
     }
     touch (integer n) {
         llOwnerSay ("touch");
     }
     touch_end (integer n) {
         llOwnerSay ("touch_end");
     }
}

Only one event event is fired while holding the mouse pressed UNLESS 
you move the mouse over the prim's surface.

Can you reproduce it?


-- Jeff



More information about the Opensim-users mailing list