How to modify an image ?

Hi anyone,

is there any possibilty to draw on an image/bitmap/texture? Something to get access to the bitmap, wich is drawn by the image?

Background: 

I have a meadow as a background and I want to draw some tracks of a tank on it. I thought of something like pasting an little image in the graphic of the background. The Tank is another Object above the background.

I don’t use the physicsengine.

Some hint’s would be very kindly…

Greetings

raka

Why don’t you use display.newLine or just add multiple objects to display a series of tank’s tracks?

Why don’t you use display.newLine or just add multiple objects to display a series of tank’s tracks?