Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: zork
Forum: AddOn Search/Requests 04-14-12, 02:25 PM
Replies: 8
Views: 24,062
Posted By zork
Example: http://imgur.com/a/39TYH#0 There is a...

Example:
http://imgur.com/a/39TYH#0

There is a small button with the text "A" on it. Clicking the button will toggle the achievment frame.

Button will be less visibile by default and fade in on...
Forum: AddOn Search/Requests 04-12-12, 01:45 AM
Replies: 8
Views: 24,062
Posted By zork
I made myself a button for vehicle exit. local...

I made myself a button for vehicle exit.
local b = CreateFrame("BUTTON", nil, UIParent, "SecureHandlerClickTemplate");
b:SetSize(50,50)
b:SetPoint("CENTER",0,0)
b:RegisterForClicks("AnyUp")
...
Showing results 1 to 2 of 2