Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-26-10, 08:38 AM   #1
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
UIFrameFadeIn finishFunc?

So can someone show me a working example of how to use UIFrameFadeIn with a function call at the end of the function?

From what the wiki is showing me I'm assuming it's something like this?

Code:
local f = CreateFrame("frame")
f.finishedFunc = function()
	--do things
end

UIFrameFadeIn(f, 3, 0, 1)
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » UIFrameFadeIn finishFunc?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off