HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Button Positioning

10-18-2003, 08:34 PM#1
Arsen
I have based some ultimates on regular spells so now the ultimate button isn't to the furthest right when someone learns it. Does "button position (x)/(y)" fix this problem? I would really like my spells to look organized on the heroes. If Button Position does fix it, then how exactly does it work?
10-18-2003, 08:37 PM#2
Draco
Yes it does.

(0,0) is the top left position

(3,0) is the top left.

(0,2) is the bottom left.

(3,2) is the bottom right.

etc. :D
10-19-2003, 06:37 AM#3
Lami
I think it goes:
X= horizontal Y= vertical,

X=0-3
Y=0-2

0 1 2 3
1
2
10-19-2003, 06:53 AM#4
FF_Behemoth
incase you didnt understan Lami's method or Draco's explantion

x,y x,y x,y x,y

0,0 1,0 2,0 3,0
0,1 1,1 2,1 3,1
0,2 1,2 2,2 3,2

the first value is the X-axis and the 2nd value is the Y-axis