1. I have one or more objects (they could be a panel or a button or a pictureBox or etc.)
2. I have a button (e.g. button1)
3. I have a timer (e.g. timer1) that move an object to the right
4. When I click on the button1, I want all the multitude of object to move to the right (all the objects accessing the sametimer1)
5.The idea is: I also want the objects to start moving to the right at an interval of 0.5 seconds one to another.
What should I do?