Jump to content

iPDramaTic

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About iPDramaTic

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. i need help with my button, it always blinks and when i hover over it with the mouse it stops blinking but i want it not to blink at all. here is my code to help me understand it class RscButton { type=1; idc=-1; style="0x02 + 0x800"; x=0; y=0; w=0.1; h=0; sizeEx=0.032499999; offsetX=0; offsetY=0.0020000001; offsetPressedX=0; offsetPressedY=0.0020000001; borderSize=0; colorText[]={1,1,1,1}; colorBackground[]={0.5,0.5,0.5,0}; colorFocused[]={0.5,0.5,0.5,0}; colorShadow[]={0,0,0,0}; colorBorder[]={1,1,1,0}; colorBackgroundActive[]={0.5,0.5,0.5,0}; colorDisabled[]={0.5,0.5,0.5,0}; colorBackgroundDisabled[]={0.5,0.5,0.5,0}; font="TahomaB"; tooltipColorShade[]={0.5,0.5,0.5,0.25}; tooltipColorText[]={1,1,1,0.75}; tooltipColorBox[]={0.5,0.5,0.5,0}; soundEnter[]= { "", 0.2, 1 }; soundPush[]= { "", 0.2, 1 }; soundClick[]= { "", 0.2, 1 }; soundEscape[]= { "", 0.2, 1 }; default=0; text=""; action=""; };
×