PDA

View Full Version : Fade-in-fade-out


Travisimo
10-11-2010, 03:04 PM
I'm curious, after seeing the Plugin TheOneBag, if it is possible to make the letterbox (mainbar) skinned so that it is faded-out when you aren't hovering over it (like TheOneBag does).

Sorry for bad explaining, but its the best way I can find to put it.

Digital_Utopia
10-11-2010, 07:11 PM
I'm not exactly sure what you mean by "letterbox (mainbar)"

If you're talking about existing UI elements, then no. If you're talking about another plugin, then yes.

Lua plugins have no access to existing UI elements and can only add new elements. On occasion (currently only with player vitals and bags) we can hide existing UI elements, but that's as close as a plugin can get to actually affecting them.

Travisimo
10-12-2010, 01:42 AM
I'm not exactly sure what you mean by "letterbox (mainbar)"

If you're talking about existing UI elements, then no. If you're talking about another plugin, then yes.

Lua plugins have no access to existing UI elements and can only add new elements. On occasion (currently only with player vitals and bags) we can hide existing UI elements, but that's as close as a plugin can get to actually affecting them.

Letterbox/mainbar are the terms used for the bottom bar on the UI.

Like your signature, I understand that they are entirely different things, but I wasn't sure if a Photobucket tool or something could fade-out the mainbar half-way if it wasn't being hovered over.

TheOneBag was simply an example, since it had been the first time I'd seen a fade-out in LotRO.

Digital_Utopia
10-12-2010, 04:50 AM
Letterbox/mainbar are the terms used for the bottom bar on the UI.

Like your signature, I understand that they are entirely different things, but I wasn't sure if a Photobucket tool or something could fade-out the mainbar half-way if it wasn't being hovered over.

TheOneBag was simply an example, since it had been the first time I'd seen a fade-out in LotRO.

Oh, I'm not trying to come off like a smarta** (this time anyway :p) I just wanted to make sure of what you meant lol

Sadly, the answer is no - while it's possible to make any graphic semi-transparent/transparent, the problem comes down to that skinning has no scripted logic to it, and the game itself doesn't support that capability by default.

Travisimo
10-13-2010, 10:00 AM
Oh, I'm not trying to come off like a smarta** (this time anyway :p) I just wanted to make sure of what you meant lol

Sadly, the answer is no - while it's possible to make any graphic semi-transparent/transparent, the problem comes down to that skinning has no scripted logic to it, and the game itself doesn't support that capability by default.

Lol ok, thanks for the help.