How will i make a png transparent
Actually I have drawn it in background....
Due to some reason I want to make it transparent after getBackground().drawImage....(3rd line) and not before it
Is it possible to do like that???
1 2 3 | GreenfootImage img= new GreenfootImage ( "danpost.png" ); img.scale(x,y); getBackground ().drawImage(img,x,y); |