View Single Post
07-25-13, 11:55 PM   #1
Yksrep
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 21
Record button presses.

Is it possible to record button presses and then do something.
I mean something like

If
A button pressed and B button pressed
then
C button show.

#See Below for working Code. The easiest way to get it to work is
local button = CreateFrame("CheckButton", "ButtonName", FrameName, "UIPanelButtonTemplate")

Last edited by Yksrep : 07-26-13 at 11:06 PM.
  Reply With Quote