View Single Post
06-04-16, 10:06 AM   #2
syncrow
A Flamescale Wyrmkin
 
syncrow's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 149
Lua Code:
  1. frame:SetScript("OnLeave", function(self, motion)
  2.     if self:IsMouseOver() then
  3.         -- OnEnter state
  4.     else
  5.         -- OnLeave state
  6.     end
  7. end)
__________________

Last edited by syncrow : 06-04-16 at 10:14 AM.
  Reply With Quote