Thread: moving boxes
View Single Post
05-13-09, 04:08 PM   #20
nerdonfire
A Deviate Faerie Dragon
Join Date: Apr 2009
Posts: 16
Originally Posted by Xrystal View Post

Folder: nUI\Integration
File : nUI_Tooltips

The SetPoint function itself may be what you can change to suit your needs.

Code:
	
		GameTooltip:ClearAllPoints();
		GameTooltip:SetPoint( "LEFT", WorldFrame, "LEFT", 0, 0 );
I noticed that in the parameter for the SetPoint, there looks like a set of coords. 0,0. Is that so? Couldn't I just manually change the coords from 0,0 to something else? for instace, I can screen shot my interface, load it up in Paint.NET and get the coords for each corner. Then copypasta and try to see if that works.

I'm not sure if LUA works that way.

And yes, I am on Vista Home Premium. I do not have WoW installed into its default location. my local install is C:\World of Warcraft

Last edited by nerdonfire : 05-13-09 at 04:10 PM. Reason: clarity