The YYY will control how far from the top left corner of the screen that they top edge of your viewport is drawn. In these macros the 'XXXX' will control the how far from the top left corner of the screen that the left-edge of your viewport is drawn.
WorldFrame:SetPoint('BOTTOMRIGHT', AAAA, BBBB) WorldFrame:SetPoint('TOPLEFT', XXXX, YYYY) The part that determines where the viewport is drawn are the two commands: run WorldFrame:SetUserPlaced(true) WorldFrame:ClearAllPoints() WorldFrame:SetPoint('TOPLEFT', 0, -150) WorldFrame:SetPoint('BOTTOMRIGHT', 0, 150)Įxplanation.