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

2013/5/25

Flipping a GIF?

Robert2.0 Robert2.0

2013/5/25

#
I have quite difficulty flipping a image gif. My gif is being animated form the gif class available on Greenfoot. How can I flip a gif animation?
danpost danpost

2013/5/26

#
I do not believe that the gif class available on Greenfoot supports image flipping (you will have to adjust the class code yourself, if you can). Otherwise, create another gif with mirrored images and switch the gifs out that you are using in that class.
Robert2.0 Robert2.0

2013/5/26

#
danpost wrote...
I do not believe that the gif class available on Greenfoot supports image flipping (you will have to adjust the class code yourself, if you can). Otherwise, create another gif with mirrored images and switch the gifs out that you are using in that class.
What is the code required to flip the image.
You need to login to post a reply.