View Single Post
02-05-09, 10:10 PM   #4
Bitwise
A Defias Bandit
Join Date: Feb 2009
Posts: 2
Originally Posted by Seerah View Post
Those two lines do not set whether a frame is click through or not, they merely set the frames draw level. (Think z-axis for your UI.) frame:EnableMouse(true or false) is what makes a frame click-through or not. (Your frame above is click-through by default)
Yes, I suppose I should have mentioned that. I assumed he would already use EnableMouse(false) on his frame since he mentioned it in the first post. I'm not entirely sure which of those two lines sets it to be click-through, but i've seen EnableMouse(false) prevent you from clicking through but nothing happens if you click it. To test that, call Minimap:EnableMouse(false) and try to ping the minimap.
  Reply With Quote