View Single Post
09-24-11, 01:50 PM   #4
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
Originally Posted by Tadedra View Post
Code:
---He highlighted Here------
------So I assumed I would be changing this "topright"---------------------

]], AuctionFrameBrowse, "TOPRIGHT", 40, -15)
The two numbers after TOPRIGHT are x,y offsets from the point. Always remember the origin (coordinate 0,0) is at the bottom left of the screen. This means the existing offset of 40,-15 moves the anchor right 40 and up 15 from the TOPRIGHT point of AuctionFrameBrowse.

Here's a list of points:
  • TOPLEFT - Upper left corner
  • TOP - Top (horizontally center)
  • TOPRIGHT - Upper right corner
  • LEFT - Left (vertically center)
  • CENTER - Center
  • RIGHT - Right (vertically center)
  • BOTTOMLEFT - Lower left corner
  • BOTTOM - Bottom (horizontally center)
  • BOTTOMRIGHT - Lower left corner
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote