Can i set a picture as a background in a VolatileImage and the set my objects on top of it? instead of *.setColor() or something like that…
???
You should be able to use drawImage on the Graphics object returned from the VolatileImage. You can either draw on the image, or you could create a method to tile it over the entire image
I think
Stu