We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I loaded the gif but it freezes after the first frame
      PImage fightbg;
        void setup() {
          fullScreen();
          fightbg = loadImage("fightbg.gif");
        }
        void draw(){
          background(fightbg);
        }
            
Answers
https://Forum.Processing.org/two/discussions/tagged/gifanimation