[Tut] How to center the login button [317]

Results 1 to 3 of 3
  1. #1
    Proficient Member stability666 is offline
    MemberRank
    Jan 2009 Join Date
    Maine, USA.Location
    165Posts

    [Tut] How to center the login button [317]

    Lol this is a really easy thing to do, but a few people asked me how so I figured I'd throw this together. It's also a really awful way of doing it, because it's just rigged. But it works.
    :)

    Go into client.java and search for

    Code:
    l = c / 2 + 80;
    Replace that with

    Code:
    l = c / 2;
    If you wanto make the other button go directly to the login thing you have to delete if(anInt833 == 3) which is somewhere right under where we were just working, and then go to the one above it, if(anInt833 == 2), and change that to if(anInt833 >= 3)


  2. #2
    Account Upgraded | Title Enabled! Worthy is offline
    MemberRank
    Apr 2008 Join Date
    ScotlandLocation
    256Posts

    Re: [Tut] How to center the login button [317]

    I don't understand what you mean by centering the login button. Can you make screenshots or something please?

    Thanks,
    Worthy

  3. #3
    Proficient Member stability666 is offline
    MemberRank
    Jan 2009 Join Date
    Maine, USA.Location
    165Posts

    Re: [Tut] How to center the login button [317]

    Sure.

    ---------- Post added at 11:06 PM ---------- Previous post was at 11:01 PM ----------




Advertisement