*.jpg/gif file as a background for VolatileImage?

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 :slight_smile:

Stu