Jump to content

Need a Script for Show/Hide(100% transparent) an object using HUD.


J0hncrew
 Share

You are about to reply to a thread that has been inactive for 2740 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

A HUD is like any other object.  The only difference is that you attach it to your screen.  There are a few finer points, but not many.  See http://wiki.secondlife.com/wiki/Creating_HUDs

What you are hoping to do is a good beginner-level scripting exercise.  You will need a scriptin the HUD that just sends a message to the object.  The message can be as simple as "On" or "Off".  The script in the object is equally simple.  Listen for the message and then, depending on which one it hears, set the object's transparency with llSetAlpha.

If you have never scripted anything, work your way through a couple of basic tutorials first.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 2740 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...