We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I am using the Gif Animation library with a big success. However, sometimes when I import an animated gif and play it, the frames start to freeze so I end up with all the frames on the screen. Do you know why that is happening?
You can see an example, this is a UFO that is flying and all the PImages stay on the screen...
Answers
Add background() to draw(), perhaps. That's one of the most often made errors...
thank you PhiLho, I was making that mistake