After having dabbled a little and trying to import the GIF class, I have still not been able to succesfully get my program to run with a .gif as the "intro screen" (meaning to add the gif to the world class) to my tiny creation.
What I currently have:
Created a new gifImage and linked to it, named correctly and put as text (as follows):
Created a method that does the following: and called this in my act method
Referring to this: https://www.greenfoot.org/topics/59192/0
GifImage gifImg = new GifImage("NameOfGif.gif");setBackground(gifImg.getCurrentImage());
