Combined Code
frame 1 {
function ChangeImage(imageHolder) {
if (image > 4) {
image = 1;
}
textAnimation.text.gotoAndStop(image);
this['image' + imageHolder].gotoAndStop(image);
}
image = 1;
gotoAndPlay(30);
}
movieClip 9 {
frame 1 {
stop();
}
}
movieClip 11 {
}
movieClip 12 {
frame 30 {
stop();
}
}
movieClip 13 {
frame 30 {
stop();
}
}
movieClip 14 {
frame 1 {
stop();
}
}
// unknown tag 88 length 99
movieClip 20 {
frame 1 {
stop();
}
frame 5 {
gotoAndStop(1);
}
}
movieClip 21 {
frame 1 {
stop();
}
}
frame 2 {
ChangeImage(2);
image += 1;
ChangeImage(1);
maskAnimation.gotoAndStop('grow');
}
frame 31 {
ChangeImage(1);
}
frame 35 {
textAnimation.play();
}
frame 95 {
ChangeImage(1);
image += 1;
ChangeImage(2);
}
frame 130 {
textAnimation.play();
}
frame 195 {
gotoAndPlay(2);
}