[Ajuda] Bug efeito hover textdraw
#1

Ola galera, Bom eu estava criando uma tela de login e quando fui testar eu descobrir um bug, Quando coloca o mouse encima do primeiro botгo eu botei pra ficar vermelho, E se botar o mouse no segundo ou no ultimo botгo os botoes que ta na frente eles tambйm esta ficando verlhor, Procurei bastante e nгo conseguir resolver, Nos tуpicos eles mandava ativar o TextDrawTextSize e eu ativer o botei as coordenadas certas mais nгo funciono...

Print do bug: http://i.imgur.com/W0fiVfI.png

Print de como eu gostaria que ficasse: http://i.imgur.com/nif6R8s.png

Code TextDraw:
Код:
    TDLogin[1] = TextDrawCreate(219.000000, 191.000000, "LOGAR");
    TextDrawBackgroundColor(TDLogin[1], 255);
    TextDrawFont(TDLogin[1], 2);
    TextDrawLetterSize(TDLogin[1], 0.270000, 1.000000);
    TextDrawColor(TDLogin[1], -1);
    TextDrawSetOutline(TDLogin[1], 0);
    TextDrawSetProportional(TDLogin[1], 1);
    TextDrawSetShadow(TDLogin[1], 1);
    TextDrawSetSelectable(TDLogin[1], 1);

    TDLogin[2] = TextDrawCreate(284.000000, 191.000000, "CADASTRE-SE");
    TextDrawBackgroundColor(TDLogin[2], 255);
    TextDrawFont(TDLogin[2], 2);
    TextDrawLetterSize(TDLogin[2], 0.270000, 1.000000);
    TextDrawColor(TDLogin[2], -1);
    TextDrawSetOutline(TDLogin[2], 0);
    TextDrawSetProportional(TDLogin[2], 1);
    TextDrawSetShadow(TDLogin[2], 1);
    TextDrawSetSelectable(TDLogin[2], 1);

    TDLogin[3] = TextDrawCreate(385.000000, 191.000000, "SAIR");
    TextDrawBackgroundColor(TDLogin[3], 255);
    TextDrawFont(TDLogin[3], 2);
    TextDrawLetterSize(TDLogin[3], 0.270000, 1.000000);
    TextDrawColor(TDLogin[3], -1);
    TextDrawSetOutline(TDLogin[3], 0);
    TextDrawSetProportional(TDLogin[3], 1);
    TextDrawSetShadow(TDLogin[3], 1);
    TextDrawSetSelectable(TDLogin[3], 1);
Reply


Messages In This Thread
Bug efeito hover textdraw - by cellps - 27.08.2016, 03:53
Re: Bug efeito hover textdraw - by Andinho - 27.08.2016, 08:40
Re: Bug efeito hover textdraw - by cellps - 27.08.2016, 10:44
Re: Bug efeito hover textdraw - by arakuta - 27.08.2016, 15:13
Re: Bug efeito hover textdraw - by cellps - 27.08.2016, 19:03
Respuesta: Bug efeito hover textdraw - by SammyJ - 27.08.2016, 20:08
Re: Bug efeito hover textdraw - by cellps - 27.08.2016, 20:16
Re: Bug efeito hover textdraw - by Andinho - 27.08.2016, 21:29
Re: Bug efeito hover textdraw - by HaRdiiZin - 27.08.2016, 22:36
Re: Bug efeito hover textdraw - by cellps - 28.08.2016, 01:21

Forum Jump:


Users browsing this thread: 1 Guest(s)