Jump to content

Recommended Posts

Posted

Ok just can't get it mabye it will work mabye not, please help.

I Have a button to set window transparency but I would like to have a second button to reset the transparency back to normal is this possible.

Case $oBUTTON_7
            GUICtrlSetData($oBUTTON_7mid, "ON");
            WinSetTrans($oWINDOW, "", 180)
            WinActivate("TwelveSky2")
        Case $oBUTTON_7off
            GUICtrlSetData($oBUTTON_7mid, "OFF")
            WinSetTrans($oWINDOW, "", 255)
            WinActivate("TwelveSky2")

This is what I am using and nothing is haapens when I press $0Button_7off any ideas.

Thanks in advance

Posted (edited)

Never Mind spoke to soon I got it working my mistake sorry to waste your time.

Secondly its not a bot it just diplays my current money amount without opening the inventory window, but thanks anyway.

Edited by Justforfun

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...