![]() |
|
Better looking loading - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Gaming (https://sinister.ly/Forum-Gaming) +--- Forum: PC Gaming (https://sinister.ly/Forum-PC-Gaming) +---- Forum: RuneScape (https://sinister.ly/Forum-RuneScape) +---- Thread: Better looking loading (/Thread-Better-looking-loading) |
Better looking loading - Mod Mark - 03-30-2013 Wider loading bar in the bottom seems to be getting popular, so I made something basic; http://i.imgur.com/wapqQ1p.png Code: int j = 470; // 152
DrawingArea.fillPixels(-1, 767, 34, 0x8c1111, j);
DrawingArea.fillPixels(-1, 767, 32, 0, j + 1);
DrawingArea.drawPixels(30, j + 2, 0, 0x8c1111, 767);
DrawingArea.drawPixels(30, j + 2, 0 + i, 0, 767);
aTextDrawingArea_1271.drawText(0xffffff, s, j + 22, 384);
loadingScreenArea.drawGraphics(0, super.graphics, 0);Better looking loading - Feat - 03-30-2013 That is actually a pretty appealing loading screen! Nice one Shaun, keep it up bro
Better looking loading - Legendary_CnC - 03-30-2013 Looking good man, nice touch! Better looking loading - Zurchi - 03-30-2013 I really, really wants to play this. It looks great! Better looking loading - Mod Mark - 03-30-2013 Just a little snippet. That is all. : ) Better looking loading - One - 03-31-2013 Thanks for the share Shaun, looks great! Better looking loading - Marcus - 03-31-2013 Looks pretty cool! I don't play RuneScape but it looks nice.
RE: Better looking loading - Afterfalls - 03-31-2013 (03-31-2013, 01:43 AM)Marcus Wrote: Looks pretty cool! +1 I dont play anymore either, after being banned for botting. But that does look very smooth! Good job
|