Combined Code
frame 1 {
this.onEnterFrame = function () {
amount = this.getBytesLoaded() / this.getBytesTotal();
preLoader._width = Math.round(amount * 320);
if (amount == 1) {
this.gotoAndStop(2);
delete this.onEnterFrame;
}
};
}
frame 1 {
this.onEnterFrame = function () {
amount = this.getBytesLoaded() / this.getBytesTotal();
preLoader._width = Math.round(amount * 320);
if (amount == 1) {
this.gotoAndStop(2);
delete this.onEnterFrame;
}
};
onMouseDown = function () {
stopAllSounds();
};
}
movieClip 2 {
}
movieClip 4 {
}
// unknown tag 88 length 64
frame 2 {
stop();
}
movieClip 199 {
}
movieClip 255 {
}
instance of movieClip 255 {
onClipEvent (keyUp) {
_root.gotoAndStop('page2');
}
}
movieClip 259 {
}
movieClip 462 {
}
instance of movieClip 462 {
onClipEvent (keyUp) {
_root.gotoAndStop('page1');
}
}