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

2017/2/22

Scaling

MichaelMac MichaelMac

2017/2/22

#
Hi guys, I'm looking for a solution to have an enemy appear as though he is approaching me. The way I originally thought to do this was through scaling the image, but it appears that muddles the picture quite badly. Anyone have any suggestions for what I might do?
Super_Hippo Super_Hippo

2017/2/22

#
If you want to scale an image several times, make sure you always scale the original image to the new size. Never scale a scaled image!
danpost danpost

2017/2/22

#
Super_Hippo wrote...
Never scale a scaled image!
There are always exceptions to the rule. In this particular instance, however, it holds true.
You need to login to post a reply.