I couldn't open the .fla. Are you using CS3? I haven't upgraded yet. If you still want me to look at it, back save it and reupload it.
FYI, though:
The speed is controlled in the scrollText() function
Code:
function scrollText() {
Text.xSlideTo(0, 5, "linear")
Text.onTweenComplete = nextLine
}
This controlls the speed of the entire animation. It shouldn't render different speeds after each time it loads, unless there is something overriding it.
The mcTween sytax is such:
Code:
Text.xSlideTo( _x, time (secs), transition, delay, call back function)
Bookmarks