View Single Post
  #6 (permalink)  
Old 01-08-2008, 10:23 PM
Thez Thez is offline
Member
 
Join Date: Dec 2007
Posts: 13
Thez is on a distinguished road
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.
Reply With Quote