Scrolling textfield is no longer working with the player 10.1.82
My code is: SCROLLV = SCROLLV + 2
The text is scrolling well with the old players, but now it never scrolls with the latest player.
Scrolling works fine with the player: 10,0,12,36
Scoring failures with the player: 10,1,82,76
I have come to this also.
The problem is that the scrollV property of my textphone is reset when I add new text instead of retaining its previous value.
I have two identical swfs old and new flash player and I see that it holds a scrollV and other reset to 1.
The operation is before you store a scroll V value in a variable, before you add new text, then set the scroll V back to it at a later point.
I am using HTMLText BTW, it is not certain that it is relevant.
Comments
Post a Comment