View Single Post
07-22-08, 10:44 AM   #12
xConStruct
A Chromatic Dragonspawn
 
xConStruct's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 199
How do you move the frame?
The upper code was only for changing the direction, not for moving the frame.

When I'm remembering right, it is done with:
Code:
      TemporaryEnchantFrame:ClearAllPoints()
      TemporaryEnchantFrame:SetPoint("TOPLEFT", UIParent, "TOPLEFT", 10, -10)
      TemporaryEnchantFrame.SetPoint = function() end
This would move the buff+debuff frames to the topleft corner of the interface.
  Reply With Quote