Hey guys. heres the deal. for the past few days ive been struggling with a simple game idea. I wanted to have two players running around shooting each other (verryyyy low graphics, like circles and squares).

Ive gotten this far; I have the ability to move around both characters, and change directions etc. ive also been able to set up my shooting. Only problem i run into is getting the bullet to move! I cant use a preset timer, because if i used that, i could only shoot one bullet at a time, so i would need to create new ones dynamically. Problem is, google did not yield this answer.

so my question is; how does one add dynamic timers to a form on runtime, and alter the tick sub so that it moves the picturebox (bullet) and once it can be moved, i was wondering if anyone had ideas on a collision course. (i was thinking about using player locations in relation to the bullet, and if they were equal than the health would go down or whatever, but unfortunately, this means it would have to be directly in the middle of the player, which would be odd..

K thanks guys!