That pretty much confirms what I already thought about the threads.
But what about movement and animation? Would it be better to have getX as something like;
return startx timeSinceStart speed
or would it be better to have
x = speed timeSinceStart
in a thread?
|