In this case, g.drawImage each frame in the scene draws only the first frame of the gif-animation. How to make the animation play completely?

 public void Draw(Graphics g) { g.drawImage(image, 0, 0, g.TOP | g.LEFT); } 

    1 answer 1

    There is such a thing - J2ME can not display an animated GIF. Try this source. At the same time, unsubscribe works or not? I myself am extremely curious.

    • I tried it yesterday, it does not work ... I’ll have to cut the gif into static png / * pictures, load it into a vector and draw (Graphics g) to give out a new image, but I don’t like this layout ... - Pavel Shestakov