AS2 gone crazy!

I now this is stupid… but !, does anyone have any ideea why the same script may couse problems only sometimes and other times works just fine? I mean in the same browser / movie tester!
It contains no random function… just text loader and some tweens in a parametrical function!

I don’t want to boder you with all the code… just wondering if anyone had this problem before and why … so i can get a start on this!

Thanks !

Are you testing it on the web? I have noticed that if you are running scripts that depend on an image or movie to load that it will cause it to go haywire if not done properly. In order words, if a particular function gets called before an image fully loads and that function is built to act upon the image it will never work since the function has nothing to act on.

Of course posting your .fla and .as files would make it much easier for people to see what the real issue is.