Jump to content

HUD Reference


IZHRAH
 Share

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

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

Recommended Posts

Hi guys, I want to create a HUD that display avatar list from the database. If I click a name on the HUD it will pop a SL textbox that and enter a message that will IM to that avatar. After sending the list it will update the list and remove the name of that notified avatar from the list. The avatar list acts like a visitors. A good example also of a HUD is the Universal Smart HUD of Neurolab:

HUD.jpg

Link to comment
Share on other sites

Want I want to do is create a HUD that displays names from the database. When I click that name it will popup a SL Textbox inworld. So that I can throw message to that specific name. Since I will do it in MOAP how can I make that names clickable and interacts inworld. Why I showed you a smart HUD image as a sample. But by looking at it that Smart HUD is made only of dynamic textures (correct me if I'm wrong).

Link to comment
Share on other sites

if you have a list of names, you can use llDialog to display

those names as buttons in a dialog popup,

once you click a name, you set that name as target,  open a textbox,

and use your textbox to send the message.

in your listen event, ( you will need 2 listens, one for the dialog, one for textbox)

you listen for the textbox channel, and then send the message recieved

to the target that was set with your button choice.

 

if you are using a database outside SL, you will need http & php ?

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3724 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...