#1 : What is your problem exactly ?
#2 : What did you change in this code ?
this .fla is really poorly executed, every line is written with absolute values where they should be related to the movies they're dealing with.
eg :
NOT scroll_length = 420;
BUT scroll_length = myMovie._width;
__________________