View Single Post
06-13-10, 08:01 PM   #14
Chimaine
A Deviate Faerie Dragon
 
Chimaine's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 17
By the way, you dont need to create a local for frames you create with CreateFrame if these frames have a name. The name will be used to create a global named like the frame.
Code:
CreateFrame("Frame", "MyFrame")
MyFrame:Show()
Looking at your code, this could save insane amounts of upvalues...
__________________
Author cAddOns
Chimaine on EU-Destromath.

ATTN! A german writing english!
  Reply With Quote