Thread: Loading bars?

Results 1 to 3 of 3
  1. #1 Loading bars? 
    Respected Member

    Situations's Avatar
    Join Date
    Sep 2008
    Posts
    3,915
    Thanks given
    230
    Thanks received
    1,695
    Discord
    View profile
    Rep Power
    5000
    Does anyone know how to create the loading bar in the beginning of a client get larger, or move it lower? I continue to try and mess around with it but it continues to overlap/mirror itself. My client is Battlescapes and it's renamed.

    Anyone who tries to explain it to me, or show me a code that would modify it in a certain way will be repped and thanked.


    Code:
    	void drawLoadingText(int i, String s)
    	{
    		anInt1079 = i;
    		aString1049 = s;
    		resetImageProducers();
    		if(titleStreamLoader == null)
    		{
    			super.drawLoadingText(i, s);
    			return;
    		}
    		aRSImageProducer_1109.initDrawingArea();
    		char c = '\u0168';
    		char c1 = '\310';
    		byte byte1 = 20;
    		chatTextDrawingArea.drawText(0xffffff, "317-Revolution is loading - please wait...", c1 / 2 - 26 - byte1, c / 2);
    		int j = c1 / 2 - 18 - byte1;
    		DrawingArea.fillPixels(c / 2 - 153, 304, 12, 0xffffff, j-1);
    		DrawingArea.fillPixels(c / 2 - 151, 304, 13, 0xffffff, j);
    		DrawingArea.fillPixels(c / 2 - 152, 304, 12, 0x000000, j);
    		DrawingArea.fillPixels(c / 2 - 151, 302, 10, 0xffffff, j + 1);
    		DrawingArea.method336(8, j + 2, c / 2 - 150, 0x000000, i * 3);
    		DrawingArea.method336(8, j + 2, (c / 2 - 150) + i * 3, 0xffffff, 300 - i * 3);
    		//chatTextDrawingArea.drawText(0xffffff, s, (c1 / 2 + 5) - byte1, c / 2);
    		aRSImageProducer_1109.drawGraphics(171, super.graphics, 202);
    		if(welcomeScreenRaised)
    		{
    			welcomeScreenRaised = false;
    			if(!aBoolean831)
    			{
    				aRSImageProducer_1110.drawGraphics(0, super.graphics, 0);
    				aRSImageProducer_1111.drawGraphics(0, super.graphics, 637);
    			}
    			aRSImageProducer_1107.drawGraphics(0, super.graphics, 128);
    			aRSImageProducer_1108.drawGraphics(371, super.graphics, 202);
    			aRSImageProducer_1112.drawGraphics(265, super.graphics, 0);
    			aRSImageProducer_1113.drawGraphics(265, super.graphics, 562);
    			aRSImageProducer_1114.drawGraphics(171, super.graphics, 128);
    			aRSImageProducer_1115.drawGraphics(171, super.graphics, 562);
    		}
    	}
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Mar 2009
    Posts
    373
    Thanks given
    12
    Thanks received
    9
    Rep Power
    0
    This should probably be in the "Help" section.
    Reply With Quote  
     

  3. #3  
    Respected Member

    Situations's Avatar
    Join Date
    Sep 2008
    Posts
    3,915
    Thanks given
    230
    Thanks received
    1,695
    Discord
    View profile
    Rep Power
    5000
    Well, I don't just want a code for a customized loading bar, I want an explanation on how they work and how I can customize it myself.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •