čaute když použiju tento kod
rgbData = null;
midground_0 =Image.createImage("/images/midground/0.png");
midground_1_t =Image.createImage("/images/midground/4.png");
frontground_6_t=Image.createImage("/images/frontground/6.png");
midground_1_t.getRGB(rgbData, 0,midground_1_t.getWidth(), 0, 0,midground_1_t.getWidth(), midground_1_t.getHeight());
midground_1 =Image.createRGBImage(rgbData, midground_1_t.getWidth(), midground_1_t.getHeight(), true); //process alpha
rgbData = null;
frontground_6_t.getRGB(rgbData, 0,frontground_6_t.getWidth(), 0, 0,frontground_6_t.getWidth(), frontground_6_t.getHeight());
frontground_6 =Image.createRGBImage(rgbData, frontground_6_t.getWidth(), frontground_6_t.getHeight(), true); //process alpha
rgbData = null;
tak nevím proč ale nejde vykreslit midground_1 ale midground_1_t jde takže nevím kde by mohla být chyba :( nevíte? dík
přitom frontground_6 jde vykreslit uplně normálně zkoušel sem to přetočit a nic