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

2020/3/2

resizing a gif image

DaRafster DaRafster

2020/3/2

#
I've managed to get a gif image to act within the world when ran, but it's way too big. So how would I scale my gif image?
danpost danpost

2020/3/2

#
DaRafster wrote...
I've managed to get a gif image to act within the world when ran, but it's way too big. So how would I scale my gif image?
Use a for-each loop to iterate through the images to scale them all.
You need to login to post a reply.