Results: 2Comments by: Sanat
File: kgPanels09-08-10
Originally posted by Patramix got...
Posted By: Sanat
Originally posted by Patramix got a question, how would i get a button i made glow a different color when i mouse over it? You can use the OnEnter. And what do you mean by glow? You can change the panels BG color on the fly. But if you want something to really glow I am not sure if you can do that.
File: kgPanels09-08-10
Functioning Grid Expansion Script
Posted By: Sanat
OnLoad: self:RegisterEvent("PLAYER_ENTERING_WORLD") self:RegisterEvent("UNIT_PET") self:RegisterEvent("PARTY_MEMBERS_CHANGED") self:RegisterEvent("PLAYER_TARGET_CHANGED") self:RegisterEvent("UNIT_NAME_UPDATE") self:RegisterEvent("UNIT_PORTRAIT_UPDATE") self:RegisterEvent("ZONE_CHANGED_NEW_AREA") OnEvent: local pmems =...