Difference between revisions of "Template:Issues/SVC-3017"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{Issues|SVC-3017|Server drops first {{LSLGC|Touch|touch}} event when a script returns to a {{LSLGC|State|state}} with a touch_start handler|type=bug}})
 
Line 1: Line 1:
{{Issues|SVC-3017|Server drops first {{LSLGC|Touch|touch}} event when a script returns to a {{LSLGC|State|state}} with a [[touch_start]] handler|type=bug}}
{{Issues|SVC-3017|Server drops first {{LSLGC|Touch|touch}} event when a script returns to a {{LSLGC|State|state}} with a [[touch_start]] handler|type=bug}}{{#if:
 
{{#vardefine:notes|{{#var:notes}}
Do not change states from within the touch_start() event, since this will prevent the touch_end() event being called even if you did not define it and from this preserve a partial solve touch event chain across state transitions. To perform state transitions at a "touch" make use of the [[Touch_end|touch_end()]] event instead!
}}
 
}}

Revision as of 11:01, 21 March 2009