View Single Post
  #4 (permalink)  
Old 01-08-2008, 09:51 PM
Thez Thez is offline
Member
 
Join Date: Dec 2007
Posts: 13
Thez is on a distinguished road
Thanks, I'll give that a try.

Another thing, currently I'm doing a while loop to get an object to move say...100 pixels.
However (logicly) it does it instantly since I didn't tell it to wait a few milliseconds between moving a pixel.
I tried using the wait(); method but it gives the IllegalMonitorStateException.
Any ideas?
Reply With Quote