These forums are CLOSED. Please visit the new forums HERE
hud help? |
|
|
lordneg Matzerath
Registered User
Join date: 8 Jun 2006
Posts: 18
|
04-28-2007 05:00
hello im wanting to make a hud. i want the hud to show up on the screen but with a touch i want it to hide away. i have looked at other huds i have that do the same thing, it seems it just hides the main part of the hud off the screen. any help would be really great. the main part of the hud is going to have more then one part to it alos. thnks aton glenn
|
|
Daten Thielt
Registered User
Join date: 1 Dec 2006
Posts: 104
|
04-28-2007 22:51
just turn it invisible using llSetTexture and the UUID of the transpartn texture
|
|
Kenn Nilsson
AeonVox
Join date: 24 May 2005
Posts: 897
|
04-29-2007 00:01
Or turn it invisible by using llSetAlpha(0.0);
As a side note...anyone run tests on which is "better"? I generally use llSetAlpha(), but honestly haven't bothered looking into which method of going invis is less taxing to SL...if either. _____________________
--AeonVox--
Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms chasing ghosts, eating magic pills, and listening to repetitive, addictive, electronic music. |
|
lordneg Matzerath
Registered User
Join date: 8 Jun 2006
Posts: 18
|
04-29-2007 01:48
humm thought set alpha but then the hud will still be infront of the screen. i guess since its not so big thats not such a huge deal but sometimes when you try to touch stuff ect,, im worried it well effect that. thnks
|