How can i move the Rectangle on the form and animate it as it moves?
If i want to move it for example to the right, i must increase it's X cordinate, right? I did it (++x) and drawed a new rectangle and overdrawed the old one with background color. Is it right? or maybe there is better idea?
Is there any timer to slow down the animation process?
Thnx in advance :)