Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
in loadtitlescreen musicButton = new Background(titleStreamLoader, "musicbutton", 0); musicButtonClicked = new Background(titleStreamLoader, "musicbutton", 1); in drawlogo musicButtonProducer.initDrawingArea(); sprite.method346(-23, -441); musicButtonClickedProducer.initDrawingArea(); sprite.method346(-23, -441); in resetimageproducers musicButtonProducer = new RSImageProducer(36, 36, getGameComponent()); DrawingArea.setAllPixelsToZero(); musicButtonClickedProducer = new RSImageProducer(36, 36, getGameComponent()); DrawingArea.setAllPixelsToZero(); in clearupforquit musicButtonProducer = null; musicButtonClickedProducer = null; in drawloginscreen musicButtonProducer.initDrawingArea(); musicButton.method361(10, 10); musicButtonClickedProducer.initDrawingArea(); musicButtonClicked.method361(0, 0); private Background musicButton; private Background musicButtonClicked; private RSImageProducer musicButtonProducer; private RSImageProducer musicButtonClickedProducer;
This paste will be private.
From the Design Piracy series on my blog: