`100 machine gun bullets
`When you fire bullets you will be firing in rounds of 100
`when you reach the end of the round all the bullets will be
`re-used so no moe than 100 bullets are required
`when they hit the target they will be repositioned so that they
`make bullets
for t=1 to 100
make object sphere t,5
next t
`make ammo variable
do
if mouseclick=1 and wayt=0 then move object ammo#,
loop