Page 1 of 1
Quad doesn't override Label
Posted: 18 Aug 2015, 16:15
by BigBang1112
Me again asking pure s*it.
Is this a bug or what? I'm trying to do this kinda cool override effect with Include thingie, but it seems that I cant override the label objects with quad on any opacity.
Btw, these social media buttons (they are mabye not visible) are not doing anything with this, they're executed after the actual window.
Thanks for any answers!

Re: Quad doesn't override Label
Posted: 18 Aug 2015, 16:34
by undef.de
A little piece of code would be helpful.
Re: Quad doesn't override Label
Posted: 18 Aug 2015, 16:41
by BigBang1112
I got a weird system.
I have file Page.php which handles everything.
There I execude the menu and a top.
Then I have this
Code: Select all
<frame posn="-90 40 0">
<?php
else if($_GET["frame"] == 'Wallpapers') {
if($_GET["page"] == '1') { ?>
<include url="./Wallpapers/Wallpapers.xml"/>
<?php
if($_GET["wallpaper"] == 'AroundTheTrees') { ?>
<include url="./Wallpapers/AroundTheTrees/AroundTheTrees.xml"/>
<?php }
} ?>
That why I didn't post a code.
Basicly it first includes the section Wallpapers and then I include the actual Item layer on top of it. So it does that override effect.
Re: Quad doesn't override Label
Posted: 18 Aug 2015, 17:05
by BigBang1112
Whatever I'll just make seperate page for that.
On 90% it's a bug, because normally quads overrides perfectly, just not labels.
Re: Quad doesn't override Label
Posted: 18 Aug 2015, 19:50
by undef.de
Maybe its just a Z layer problem, if you go too high, then strange behavior happens.
Thats why i wanted to see code... and next time if you want help, please provide informations.

Re: Quad doesn't override Label
Posted: 20 Aug 2015, 15:43
by BigBang1112
undef.de wrote:Maybe its just a Z layer problem, if you go too high, then strange behavior happens.
Thats why i wanted to see code... and next time if you want help, please provide informations.

Oh, so the Z axes in Manialinks are actually usefull.

Ok I'll try to remade that after I'll have time, thanks for info!

Re: Quad doesn't override Label
Posted: 20 Aug 2015, 21:57
by BigBang1112
Yep, it works, thanks!
Only thing with that is I need to somehow turn off buttons under that layer.
Re: Quad doesn't override Label
Posted: 21 Aug 2015, 21:47
by zocka
Add a transparent quad (e.g. with bgcolor="0000") with scriptevents="1" or action="1" above your buttons. You might aswell bind some click events to close your popup (what it seems to be to me).