Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Client UI alignment in XML.

Newbie Spellweaver
Joined
Feb 3, 2018
Messages
47
Reaction score
16
Hi,

what I'm trying to do is move the speech input bar to the right side instead of alignment for the middle:

I've tried to do some coordination pixels but with the thought of different resolutions - that would not do the job for all clients. How can I find the "alignment" in this part of client?


habbo-573.bin
 
Banned
Banned
Joined
Aug 25, 2009
Messages
431
Reaction score
190
@Luicy it's not possible to do that in XML.
The SWF will align that to the center with a calculation like this:
x = (Screen width - Container width) / 2
 
Upvote 0
Back
Top