View Single Post
09-04-14, 12:58 PM   #9
Duugu
Premium Member
 
Duugu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 851
As it could happen that the button should be visible without the ants animation you'll have to show/hide the ants texture according to the actual status of you button. Like
Lua Code:
  1. _G[buttonGrowl:GetName().."Ants"]:Show()
somewhere in your code.
  Reply With Quote