Quantcast
Channel: Visual C# forum
Viewing all articles
Browse latest Browse all 31927

How to move some objects (using the same timer) at an interval of time one to another?

$
0
0

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?


Viewing all articles
Browse latest Browse all 31927

Trending Articles