Frame 1
_parent._lockroot = true;
var SE = new Sound(this);
_root.voice.voice.stop();
ran = Math.round(Math.random() * 1);
if (ran == 0) {
_root.voice.voice.attachSound("c-1z");
} else {
_root.voice.voice.attachSound("c-1zz");
}
_root.voice.voice.start();
if (_global.bgm != "\u9675\u8FB1") {
_root.sound.bgm.stop();
_root.sound.bgm.attachSound("\u9675\u8FB1");
_global.bgm = "\u9675\u8FB1";
_root.sound.bgm.start(0, 999);
}
_root.star = 0;
_root.end = 0;
_root.vacs = 1;
_root.scene = 8;
_root.nextm = "c-2";
_root.backm = "b-9";
_root.cp = 0;
_root.camera.play();
_root.sc.scenep._x = 0;
_root.sc.scenebar.gotoAndStop(8);
if (_root._currentframe == 30) {
_root.play();
}
if (_global.key != 1) {
unloadMovie (this);
}
if (_global.colmf == 1) {
_root.page.filters = [_root.myColorMatrix];
}
if (_root.chap._currentframe == 15) {
_root.chap.play();
}
Frame 25
if (_root._currentframe == 30) {
_root.play();
}
_root.sc.scenebar.gotoAndStop(8);
Frame 30
if (_root._currentframe == 30) {
_root.play();
}
_root.sc.scenebar.gotoAndStop(8);
Frame 35
if (_root._currentframe == 30) {
_root.play();
}
_root.sc.scenebar.gotoAndStop(8);
Frame 40
if (_root._currentframe == 30) {
_root.play();
}
_root.sc.scenebar.gotoAndStop(8);
Frame 45
if (_root._currentframe == 30) {
_root.play();
}
_root.sc.scenebar.gotoAndStop(8);
Frame 50
if (_root._currentframe == 30) {
_root.play();
}
_root.sc.scenebar.gotoAndStop(8);
Frame 271
_root.bd.draw(_root.page);
_root.pic.attachBitmap(_root.bd, 1);
Frame 272
lm = (_global.fold + _root.nextm) + ".swf";
loadMovie (lm, this._parent.page);