Hi,
i don’t know if I choose the right board, if not a moderator should move it to the right one.
back to topic:
I am doing a small applet-game.
The problem is, that I don’t know how I have to handle animations.
In my gameclass I draw the gamefield and all the other related stuff that is needed. But now I want to have a simple animation for a playchip that should jumping up and down on the gamefield while he is selected.
Have I to use an additional Thread, or how can i do this?
Evil