View Single Post
05-22-10, 06:44 PM   #59
clowcadia
A Chromatic Dragonspawn
Join Date: Apr 2010
Posts: 186
found something entresting
am applying it code now but what do u think crystal
i think it would stop the looping

You can register your Frame-derived widget to receive an event using the frame:RegisterEvent("eventName") function. When the events occur, they will be delivered to the OnEvent script handler, which can be set using frame:SetScript("OnEvent", handlerFunc). To unregister an event, use frame:UnregisterEvent("eventName").
  Reply With Quote