|
Varun Blitz
Registered User
Join date: 22 May 2008
Posts: 62
|
06-10-2008 02:32
i need to build cool, elaborate HUDs with sliding buttons, drop menus etc. can i get some links. i also need to see the scripts HELP ppl..........plz
can i build a HUD which has some buttons and by selecting those, i get a new HUD attached and the earlier one disappears ???
|
|
Varun Blitz
Registered User
Join date: 22 May 2008
Posts: 62
|
i can't rez nething from my inventory by a script !! right ??
06-10-2008 02:34
is it possible that some things an object or a HUD maybe, rezzes something from my avatar's inventory. is dragging them to the ground the only possible way to bring them to this world ??
|
|
Shadow Subagja
Registered User
Join date: 29 Apr 2007
Posts: 354
|
06-10-2008 10:10
for drop menues look up: llDialog() for 'sliding' you can do some movement of prims within a hud linkset using llSetPot(), though you'll find its not exactly ultra smooth like you might be hoping for. both commands can be seen here: http://wiki.secondlife.com/wiki/LSL_PortalIf you want the hud to detach and attach a new one you're out of luck, you coudl however show two huds, make one invisible (using llSetLinkAlpha, or llSetPos) and/or move it off screen (out of the viewing window of the avatar it is attached to) and then swap them when you need a change. Sounds like a big project, you're not going to get it done for you here but you can go to the classifieds/services or products wanted forums and probably find a lot of takers.
|