Question: Animating graphically a do loop

I have created a Monte Carlo simulation using the following do loop for each iteration:

for count from 1 to n do

...............

end do

 

I would like to show through animation how the model develops with changing n.

 

Can anyone help me with this problem?

 

Thanks in Advance

 

Please Wait...