|
I got an odd problem with that one.
Instead of moving the image one pixel, wait & show the change, and then repeat it just seems to wait until the distance has been covered and then it shows the new position, still doing it instantly but with a delay before it (the amount of pixels * msec)
Using a println() I was able to find out that it does do the sleep part correctly but it doesnt seem to update the image itself until it reaches its end.
|