Is this for real?

Ok with the game im making everthing was working fine, until all of a sudden flash started to produce this error randomly while playing the game, and says something as follows:

some code of action has proccessed 274 times
this would be due to an ifinite loop in your code
further action codes have been stopped.

Now the first thing i presumed was that i had a stuffed loop in my code that wouldnt quit out of it.
but that was not the case i went over my code again and again and could not find one.
then i noticed that it produced that error message when more things were happening at the same time.
i.e my reload script was proccessing, my movement script was proccessing, then the last bullet that was shot hits a bot and proccesses that script.

So can flash only handle a certain amount of things at the same time???
Should i re-write my coding???

Someone help me please!!!