Difference between revisions of "User:Azwaldo Villota/Making a HUD"
Jump to navigation
Jump to search
(add wiki footer) |
|||
Line 1: | Line 1: | ||
== | ==Basic Info== | ||
Start at this wiki's [[HUD]] page, and make a simple HUD as an exercise. You could make a HUD to gather information about locations you visit. <br /> | |||
Start by creating a practice HUD | Start by creating a practice HUD | ||
Line 15: | Line 15: | ||
Right-click the HUD and select Edit. We can edit a HUD ''while'' we are wearing it. Cool, eh? | Right-click the HUD and select Edit. We can edit a HUD ''while'' we are wearing it. Cool, eh? | ||
'''Consider:''' What if you had a HUD that chatted details about | '''Consider:''' What if you had a HUD that chatted details about each location you visited? You could get region name, coordinates, even the name of the land owner. Then, it is easy to gather that data from your [[https://wiki.secondlife.com/wiki/Video_Tutorial/Finding_your_chat_logs chat log]] to use when posting images online, or in a blog. | ||
===Helpful Links=== | <br /> | ||
<br /> | |||
<div id="box"> | |||
==Helpful Links== | |||
<div style="padding: 1em"> | |||
* [[Creating HUDs]] | * [[Creating HUDs]] | ||
* [http://lslwiki.net/lslwiki/wakka.php?wakka=land LSLwiki.net category for "Land"] - contains a couple of functions you might use to gather information about | * [http://lslwiki.net/lslwiki/wakka.php?wakka=land LSLwiki.net category for "Land"] - contains a couple of functions you might use to gather information about locations | ||
* [http://lslwiki.net/lslwiki/wakka.php?wakka=LibraryEnhancedSLURL LibraryEnhancedSLURL] | * [http://lslwiki.net/lslwiki/wakka.php?wakka=LibraryEnhancedSLURL LibraryEnhancedSLURL] | ||
* [[Viewer URI Name Space]] (Info about SLURLs) | * [[Viewer URI Name Space]] (Info about SLURLs) | ||
[[User's Manual]] | [[Advanced_menu]] | [[Statistics Bar Guide]] | [[All_keyboard_shortcut_keys | All Shortcut Keys]] | |||
<br /> | <br /> | ||
[[LSL Portal]] | [[LSL 101]] | [[LSL 101/A Gentle Introduction]] | |||
[[ | |||
</div> | </div> | ||
</div> | </div> |
Revision as of 17:50, 28 March 2013
Basic Info
Start at this wiki's HUD page, and make a simple HUD as an exercise. You could make a HUD to gather information about locations you visit.
Start by creating a practice HUD 1. rez and edit a small prim (cube) 2. make it small: 0.1 m x 0.1 x 0.1. 3. name the obj PracticeHUD 4. Add a New Script in Contents tab (just keep the default script, for now) 5. TAKE the obj into Inventory. 6. Right-click new obj in Inventory and select: Attach to HUD > Center
You should see your cube prim appear in center of viewer. Touch it to see the New Script in action. Right-click the HUD and select Edit. We can edit a HUD while we are wearing it. Cool, eh?
Consider: What if you had a HUD that chatted details about each location you visited? You could get region name, coordinates, even the name of the land owner. Then, it is easy to gather that data from your [chat log] to use when posting images online, or in a blog.
Helpful Links
- LSLwiki.net category for "Land" - contains a couple of functions you might use to gather information about locations
- Viewer URI Name Space (Info about SLURLs)
User's Manual | Advanced_menu | Statistics Bar Guide | All Shortcut Keys
LSL Portal | LSL 101 | LSL 101/A Gentle Introduction