Combined Code
frame 1 {
_root.picloaded = Math.round((getBytesLoaded() / getBytesTotal()) * 100);
}
// unknown tag 88 length 119
frame 2 {
if (_root.picloaded < 100) {
this.gotoAndPlay('over');
}
}
frame 3 {
this.stop();
_root.fader = true;
}
movieClip 9 {
}
movieClip 12 {
}
movieClip 18 {
}
movieClip 20 {
}
movieClip 21 {
}
movieClip 28 {
frame 1 {
this.stop();
}
instance of movieClip 18 {
onClipEvent (rollOver) {
_root.fader = false;
}
onClipEvent (rollOut) {
_root.fader = 'x';
}
onClipEvent (press) {
this._parent.nextFrame();
}
}
instance of movieClip 21 {
onClipEvent (load) {
this.gotoAndPlay(20);
}
}
instance of movieClip 21 {
onClipEvent (load) {
this.gotoAndPlay(60);
}
}
frame 6 {
this.gotoAndStop(1);
}
}
movieClip 29 {
}
// unknown tag 88 length 550
// unknown tag 88 length 84
// unknown tag 88 length 33
movieClip 38 {
}
movieClip 40 {
}
movieClip 41 {
}
movieClip 42 {
frame 1 {
this.stop();
}
instance of movieClip 38 {
onClipEvent (enterFrame) {
if (_root.saving == true) {
_root.saving = false;
this._parent.gotoAndPlay(2);
}
}
}
}
instance of movieClip 42 {
onClipEvent (press) {
_root.backdrop = Math.round(Math.random() * _root.maxback);
if (_root.backdrop < 2) {
_root.backdrop = 2;
}
if (_root.backdrop > _root.maxback) {
_root.backdrop = _root.maxback;
}
}
}