It is OK for drawing the lines but when I draw a new line I would like to erase the preceeding lines that are on the image. I clear the sprite but it is not working.
Thank you for your help. Christophe, --- In [email protected], "jer_ela" <g...@...> wrote: > > The graphics object for the image or the container it is in, is below > the content so it is hidden behind the image. Stick a display object > such as a sprite on top or it and draw on its graphics object. > > --- In [email protected], "christophe_jacquelin" > <christophe_jacquelin@> wrote: > > > > Hello, > > > > I want to draw graphics (graphics.lineto) on an existing image, but > > the lines does not appear. Is it possible to make graphics on an > image ? > > > > Thank you, > > Christophe, > > >

