Hi all i have to create a simple gallery and for 2 days now i have tried to iron out this bug. I really do not know what is going on.
On 2 sets of xml/images as soon as image 24 loads, the alpha tweens die.
http://scientificmastery.com/temp/rotator2/
If i swap out Tweener and use TweenLite, i get the exact same issue on image24. I have even tried an EnterFrame listener to do a alpha -= 0.05… get the same issue.
The thing about my code is, there is no fixed values. 24 does not appear anywhere in my code, the buttons and scrolling is the same code for image 1,2,3,4 as it is for 24,25,26.
Does anyone have any idea what could be wrong? I can post required code but i feel i must be missing something obvious, Do i have too many images loaded into the player? etc.