This site requires JavaScript, please enable it in your browser!
Greenfoot back
Scorcher

Scorcher

Welcome to my page

Scorcher's scenarios

play Jungle Warfare

Scorcher's collections

This user has no collections

Recent Comments | Show All

Scorcher

2019/5/22

I now realize I'm an idiot, as "images" are definitely not "GIFS". New solution works, but isn't fast & easy. You need to convert the starting screen GIF (oe.gif I think?) into multiple images, then write code that mimics a GIF. I spent a couple hours troubleshooting your problem, so I'll save you from the struggle and just upload them. I was only encountering an issue with the first GIF, being that it overloaded the memory, but if you need help with the others just let me know.
Scorcher

2019/5/22

Your problem is in your Start class code. Here is the fix: GreenfootImage myGif = new GreenfootImage("oe.gif"); That should replace the previous line about GIF images, which was above the act method.