This site requires JavaScript, please enable it in your browser!
Greenfoot back
K_O_P
K_O_P wrote ...

2013/6/21

GIF Image don't work!

K_O_P K_O_P

2013/6/21

#
Hi! I uploaded a scenario, but it don't work in the gallery. If you open it in Greenfoot, it works fine... Can someone help me? I've got no idea, what's wrong! I've used the GIFImage-class, which you can import!
davmac davmac

2013/6/21

#
It turns out there is a bug in the GifImage class - at line 495, remove the '.toLowerCase()' call, and everything should be fine. I.e. change the line from: name = name.trim().toLowerCase(); To: name = name.trim();
K_O_P K_O_P

2013/6/21

#
Thank you davmac! :)
You need to login to post a reply.