touch_start
touch_start(integer NumberOfTouches)This event is raised when a user first touches the object the script is attached to. The number of touches is passed to the script in the parameter.
Information on those objects may be gathered via the llDetected() library functions.
Parameters
-
NumberOfTouches(integer)
Examples
Section titled “Examples”Add example usage here showing how to handle the touch_start event.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related events and functions can be linked here