Second Life Hud Not Working

Posted on  by 

LSL PortalFunctions |Events |Types |Operators |Constants |Flow Control |Script Library |Categorized Library |Tutorials
  • 2Caveats
  • 4See Also
  • 5Deep Notes

If this wasn't the problem, if you edit the affected HUD/s, go to the content tab & double click the script to open it, is the 'Running' box at the bottom of the script window ticked? If 'Running' is not ticked, if the script is modify, you need to enable 'Running' (tick the box). If you have suffered from the Second Life invisible HUD bugs, please watch this short movie showing how to quickly fix a HUD that has gone invisible. Scheduled - We will be performing maintenance on The Second Life Marketplace and our billing systems on Tuesday, December 1st at 10:30 AM PDT. While maintenance is in progress, The Second Life Marketplace will be inaccessible, and Residents may be unable to use the cashier or to make purchases. Please watch this blog for updates.

Put the Applier script (not the config script) into root prim; 5. Put the config script into root prim; 6. Follow the instructions in the local chat or read the hovering text above your HUD in Second Life; Informations about textures kits (for creators).

Function: vectorllDetectedTouchPos( integerindex );Hud

Returns the vector position where the object was touched in region coordinates, unless it is attached to the HUD, in which case it returns the position in screen space coordinates.

• integerindex Index of detection information

indexdoes not support negative indexes.For the touch category of events only. The prim that was touched may not be the prim receiving the event, use llDetectedLinkNumber to check for this; likewise you can use llDetectedTouchFace to determine which face was touched.

Caveats

  • HUD attachments currently return coordinates relative to the center of the screen rather than the attachment point. SVC-3425
  • If index is out of bounds the script continues to execute without an error message.
  • TOUCH_INVALID_VECTOR is returned when...
    • The avatar's viewer does not support face touch detection.
      • To check if face touch detection is supported check the return of llDetectedTouchFace.
    • The touch has moved off the surface of the prim.
    • The event triggered is not a touch event.

Important Issues

~ All Issues ~ Search JIRA for related Bugs
SVC-3425A For HUDs llDetectedTouchPos does not return positions relative to attach point, position is relative to screen center?
Second Life Hud Not Working

Examples

See Also

Events

touch_start
touch
touch_end

Functions

Beyou Hud Second Life

llDetectedLinkNumber
llDetectedTouchFace
llDetectedTouchST
llDetectedTouchUV
llDetectedTouchNormal
llDetectedTouchBinormal

Articles

Detected
Second life hud not working contract

Deep Notes

History

Not
  • Introduced in Viewer SVN:870 r92872 Branch:Release Wednesday, 23 July 2008.
  • Server support available in Second Life Server 1.24.7.98039, client support in Release Candidate viewer 1.21.4 (98167).
  • Date of Release Server 29-08-2008
  • Date of Release Client 16-10-2008

All Issues

~ Search JIRA for related Issues
SVC-3425A For HUDs llDetectedTouchPos does not return positions relative to attach point, position is relative to screen center?

Coments are closed