I just need some help to write a program that..
when the program starts there is a square and a circle on a 500,500 screen in the middle.
At the start of this program the square shrinks from the size 300 to 225 but the circle starts to become bigger at the start of the program and grows from the size 150 to 225 and the square shrinks to 225 and stops.
Once these two objects reach their shrinking and growing point they shrink/grow to their original size at the start of the program. I need this to run in a continous loop. If someone could please help me with the code for this, I would appreciate it.
I also need the shrinking/growing process to be able to be stopped by pressing any key on the keyboard and resumed by a click of the mouse.
1