|
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?
|