Combined Code
movieClip 20001 {
}
movieClip 20003 {
}
movieClip 20005 {
}
movieClip 20007 {
}
movieClip 20009 {
}
movieClip 20011 {
}
movieClip 20013 {
}
movieClip 20015 {
}
movieClip 20017 {
}
movieClip 1044 {
frame 21 {
stop();
}
}
movieClip 19998 ãƒãƒ¼ãƒ‡ã‚£ãƒ³ã‚° {
}
movieClip 20019 {
}
movieClip 20021 {
}
movieClip 20023 {
}
movieClip 20025 {
}
movieClip 20027 {
}
movieClip 20029 {
}
movieClip 40 {
frame 61 {
stop();
}
}
movieClip 20031 {
}
movieClip 20033 {
}
movieClip 20035 {
}
movieClip 20037 {
}
movieClip 20039 {
}
movieClip 20041 {
}
movieClip 20043 {
}
movieClip 60 {
frame 37 {
stop();
}
}
movieClip 20045 {
}
movieClip 62 {
frame 31 {
stop();
}
}
movieClip 20047 {
}
movieClip 20049 {
}
movieClip 20051 {
}
movieClip 20053 {
}
movieClip 20055 {
}
movieClip 20057 {
}
movieClip 20059 {
}
movieClip 20061 {
}
movieClip 20063 {
}
movieClip 20065 {
}
movieClip 20067 {
}
movieClip 1912 {
instance of movieClip 20047 {
onClipEvent (load) {
var xx = this._width;
var yy = this._height;
var bmp1 = new flash.display.BitmapData(xx, yy, true, 0);
var bmpa = bmp1.clone();
var seed = Math.floor(Math.random() * 10);
var px = Math.floor(this._width * this._height) / 5;
var sx = this._x - xx / 2 + 0;
var sy = this._y - yy / 2 + 0;
var ex = this._x - xx / 2;
var ey = this._y - yy / 2;
var est = 0;
var esn = 0;
var mode = 0;
var frame = 0;
var scale = 5;
var easing = 0;
if (100 >= 0) {
if (0 >= -100) {
easing = 0;
} else {
easing = -100;
}
} else {
easing = 100;
}
esn = ((scale - 1) / 100) * Math.abs(easing) + 1;
if (easing >= 0) {
mode = 1;
} else {
mode = 0;
}
mc = _parent.createEmptyMovieClip('noise', _parent.getNextHighestDepth());
mc.attachBitmap(bmp1, 0, 'nevar');
mc._x = sx;
mc._y = sy;
bmpa.draw(this, new flash.geom.Matrix(1, 0, 0, 1, xx / 2, yy / 2));
this._alpha = 0;
}
onClipEvent (enterFrame) {
seed = bmp1.pixelDissolve(bmpa, bmpa.rectangle, new flash.geom.Point(0, 0), seed, px);
++frame;
est = frame + 1 / 5;
if (mode != 0) {
mc._x = ex - (ex - sx) * Math.pow(1 - est, esn);
mc._y = ey - (ey - sy) * Math.pow(1 - est, esn);
} else {
mc._x = sx + (ex - sx) * Math.pow(est, esn);
mc._y = sy + (ey - sy) * Math.pow(est, esn);
}
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20049 {
onClipEvent (load) {
var xx = this._width;
var yy = this._height;
var bmp1 = new flash.display.BitmapData(xx, yy, true, 0);
var bmpa = bmp1.clone();
var seed = Math.floor(Math.random() * 10);
var px = Math.floor(this._width * this._height) / 5;
var sx = this._x - xx / 2 + 0;
var sy = this._y - yy / 2 + 0;
var ex = this._x - xx / 2;
var ey = this._y - yy / 2;
var est = 0;
var esn = 0;
var mode = 0;
var frame = 0;
var scale = 5;
var easing = 0;
if (100 >= 0) {
if (0 >= -100) {
easing = 0;
} else {
easing = -100;
}
} else {
easing = 100;
}
esn = ((scale - 1) / 100) * Math.abs(easing) + 1;
if (easing >= 0) {
mode = 1;
} else {
mode = 0;
}
mc = _parent.createEmptyMovieClip('noise', _parent.getNextHighestDepth());
mc.attachBitmap(bmp1, 0, 'nevar');
mc._x = sx;
mc._y = sy;
bmpa.draw(this, new flash.geom.Matrix(1, 0, 0, 1, xx / 2, yy / 2));
this._alpha = 0;
}
onClipEvent (enterFrame) {
seed = bmp1.pixelDissolve(bmpa, bmpa.rectangle, new flash.geom.Point(0, 0), seed, px);
++frame;
est = frame + 1 / 5;
if (mode != 0) {
mc._x = ex - (ex - sx) * Math.pow(1 - est, esn);
mc._y = ey - (ey - sy) * Math.pow(1 - est, esn);
} else {
mc._x = sx + (ex - sx) * Math.pow(est, esn);
mc._y = sy + (ey - sy) * Math.pow(est, esn);
}
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20051 {
onClipEvent (load) {
var xx = this._width;
var yy = this._height;
var bmp1 = new flash.display.BitmapData(xx, yy, true, 0);
var bmpa = bmp1.clone();
var seed = Math.floor(Math.random() * 10);
var px = Math.floor(this._width * this._height) / 5;
var sx = this._x - xx / 2 + 0;
var sy = this._y - yy / 2 + 0;
var ex = this._x - xx / 2;
var ey = this._y - yy / 2;
var est = 0;
var esn = 0;
var mode = 0;
var frame = 0;
var scale = 5;
var easing = 0;
if (100 >= 0) {
if (0 >= -100) {
easing = 0;
} else {
easing = -100;
}
} else {
easing = 100;
}
esn = ((scale - 1) / 100) * Math.abs(easing) + 1;
if (easing >= 0) {
mode = 1;
} else {
mode = 0;
}
mc = _parent.createEmptyMovieClip('noise', _parent.getNextHighestDepth());
mc.attachBitmap(bmp1, 0, 'nevar');
mc._x = sx;
mc._y = sy;
bmpa.draw(this, new flash.geom.Matrix(1, 0, 0, 1, xx / 2, yy / 2));
this._alpha = 0;
}
onClipEvent (enterFrame) {
seed = bmp1.pixelDissolve(bmpa, bmpa.rectangle, new flash.geom.Point(0, 0), seed, px);
++frame;
est = frame + 1 / 5;
if (mode != 0) {
mc._x = ex - (ex - sx) * Math.pow(1 - est, esn);
mc._y = ey - (ey - sy) * Math.pow(1 - est, esn);
} else {
mc._x = sx + (ex - sx) * Math.pow(est, esn);
mc._y = sy + (ey - sy) * Math.pow(est, esn);
}
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20053 {
onClipEvent (load) {
var xx = this._width;
var yy = this._height;
var bmp1 = new flash.display.BitmapData(xx, yy, true, 0);
var bmpa = bmp1.clone();
var seed = Math.floor(Math.random() * 10);
var px = Math.floor(this._width * this._height) / 5;
var sx = this._x - xx / 2 + 0;
var sy = this._y - yy / 2 + 0;
var ex = this._x - xx / 2;
var ey = this._y - yy / 2;
var est = 0;
var esn = 0;
var mode = 0;
var frame = 0;
var scale = 5;
var easing = 0;
if (100 >= 0) {
if (0 >= -100) {
easing = 0;
} else {
easing = -100;
}
} else {
easing = 100;
}
esn = ((scale - 1) / 100) * Math.abs(easing) + 1;
if (easing >= 0) {
mode = 1;
} else {
mode = 0;
}
mc = _parent.createEmptyMovieClip('noise', _parent.getNextHighestDepth());
mc.attachBitmap(bmp1, 0, 'nevar');
mc._x = sx;
mc._y = sy;
bmpa.draw(this, new flash.geom.Matrix(1, 0, 0, 1, xx / 2, yy / 2));
this._alpha = 0;
}
onClipEvent (enterFrame) {
seed = bmp1.pixelDissolve(bmpa, bmpa.rectangle, new flash.geom.Point(0, 0), seed, px);
++frame;
est = frame + 1 / 5;
if (mode != 0) {
mc._x = ex - (ex - sx) * Math.pow(1 - est, esn);
mc._y = ey - (ey - sy) * Math.pow(1 - est, esn);
} else {
mc._x = sx + (ex - sx) * Math.pow(est, esn);
mc._y = sy + (ey - sy) * Math.pow(est, esn);
}
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20055 {
onClipEvent (load) {
var xx = this._width;
var yy = this._height;
var bmp1 = new flash.display.BitmapData(xx, yy, true, 0);
var bmpa = bmp1.clone();
var seed = Math.floor(Math.random() * 10);
var px = Math.floor(this._width * this._height) / 5;
var sx = this._x - xx / 2 + 0;
var sy = this._y - yy / 2 + 0;
var ex = this._x - xx / 2;
var ey = this._y - yy / 2;
var est = 0;
var esn = 0;
var mode = 0;
var frame = 0;
var scale = 5;
var easing = 0;
if (100 >= 0) {
if (0 >= -100) {
easing = 0;
} else {
easing = -100;
}
} else {
easing = 100;
}
esn = ((scale - 1) / 100) * Math.abs(easing) + 1;
if (easing >= 0) {
mode = 1;
} else {
mode = 0;
}
mc = _parent.createEmptyMovieClip('noise', _parent.getNextHighestDepth());
mc.attachBitmap(bmp1, 0, 'nevar');
mc._x = sx;
mc._y = sy;
bmpa.draw(this, new flash.geom.Matrix(1, 0, 0, 1, xx / 2, yy / 2));
this._alpha = 0;
}
onClipEvent (enterFrame) {
seed = bmp1.pixelDissolve(bmpa, bmpa.rectangle, new flash.geom.Point(0, 0), seed, px);
++frame;
est = frame + 1 / 5;
if (mode != 0) {
mc._x = ex - (ex - sx) * Math.pow(1 - est, esn);
mc._y = ey - (ey - sy) * Math.pow(1 - est, esn);
} else {
mc._x = sx + (ex - sx) * Math.pow(est, esn);
mc._y = sy + (ey - sy) * Math.pow(est, esn);
}
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20051 {
onClipEvent (load) {
var xx = this._width;
var yy = this._height;
var bmp1 = new flash.display.BitmapData(xx, yy, true, 0);
var bmpa = bmp1.clone();
var seed = Math.floor(Math.random() * 10);
var px = Math.floor(this._width * this._height) / 5;
var sx = this._x - xx / 2 + 0;
var sy = this._y - yy / 2 + 0;
var ex = this._x - xx / 2;
var ey = this._y - yy / 2;
var est = 0;
var esn = 0;
var mode = 0;
var frame = 0;
var scale = 5;
var easing = 0;
if (100 >= 0) {
if (0 >= -100) {
easing = 0;
} else {
easing = -100;
}
} else {
easing = 100;
}
esn = ((scale - 1) / 100) * Math.abs(easing) + 1;
if (easing >= 0) {
mode = 1;
} else {
mode = 0;
}
mc = _parent.createEmptyMovieClip('noise', _parent.getNextHighestDepth());
mc.attachBitmap(bmp1, 0, 'nevar');
mc._x = sx;
mc._y = sy;
bmpa.draw(this, new flash.geom.Matrix(1, 0, 0, 1, xx / 2, yy / 2));
this._alpha = 0;
}
onClipEvent (enterFrame) {
seed = bmp1.pixelDissolve(bmpa, bmpa.rectangle, new flash.geom.Point(0, 0), seed, px);
++frame;
est = frame + 1 / 5;
if (mode != 0) {
mc._x = ex - (ex - sx) * Math.pow(1 - est, esn);
mc._y = ey - (ey - sy) * Math.pow(1 - est, esn);
} else {
mc._x = sx + (ex - sx) * Math.pow(est, esn);
mc._y = sy + (ey - sy) * Math.pow(est, esn);
}
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20057 {
onClipEvent (load) {
var xx = this._width;
var yy = this._height;
var bmp1 = new flash.display.BitmapData(xx, yy, true, 0);
var bmpa = bmp1.clone();
var seed = Math.floor(Math.random() * 10);
var px = Math.floor(this._width * this._height) / 5;
var sx = this._x - xx / 2 + 0;
var sy = this._y - yy / 2 + 0;
var ex = this._x - xx / 2;
var ey = this._y - yy / 2;
var est = 0;
var esn = 0;
var mode = 0;
var frame = 0;
var scale = 5;
var easing = 0;
if (100 >= 0) {
if (0 >= -100) {
easing = 0;
} else {
easing = -100;
}
} else {
easing = 100;
}
esn = ((scale - 1) / 100) * Math.abs(easing) + 1;
if (easing >= 0) {
mode = 1;
} else {
mode = 0;
}
mc = _parent.createEmptyMovieClip('noise', _parent.getNextHighestDepth());
mc.attachBitmap(bmp1, 0, 'nevar');
mc._x = sx;
mc._y = sy;
bmpa.draw(this, new flash.geom.Matrix(1, 0, 0, 1, xx / 2, yy / 2));
this._alpha = 0;
}
onClipEvent (enterFrame) {
seed = bmp1.pixelDissolve(bmpa, bmpa.rectangle, new flash.geom.Point(0, 0), seed, px);
++frame;
est = frame + 1 / 5;
if (mode != 0) {
mc._x = ex - (ex - sx) * Math.pow(1 - est, esn);
mc._y = ey - (ey - sy) * Math.pow(1 - est, esn);
} else {
mc._x = sx + (ex - sx) * Math.pow(est, esn);
mc._y = sy + (ey - sy) * Math.pow(est, esn);
}
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20049 {
onClipEvent (load) {
var xx = this._width;
var yy = this._height;
var bmp1 = new flash.display.BitmapData(xx, yy, true, 0);
var bmpa = bmp1.clone();
var seed = Math.floor(Math.random() * 10);
var px = Math.floor(this._width * this._height) / 5;
var sx = this._x - xx / 2 + 0;
var sy = this._y - yy / 2 + 0;
var ex = this._x - xx / 2;
var ey = this._y - yy / 2;
var est = 0;
var esn = 0;
var mode = 0;
var frame = 0;
var scale = 5;
var easing = 0;
if (100 >= 0) {
if (0 >= -100) {
easing = 0;
} else {
easing = -100;
}
} else {
easing = 100;
}
esn = ((scale - 1) / 100) * Math.abs(easing) + 1;
if (easing >= 0) {
mode = 1;
} else {
mode = 0;
}
mc = _parent.createEmptyMovieClip('noise', _parent.getNextHighestDepth());
mc.attachBitmap(bmp1, 0, 'nevar');
mc._x = sx;
mc._y = sy;
bmpa.draw(this, new flash.geom.Matrix(1, 0, 0, 1, xx / 2, yy / 2));
this._alpha = 0;
}
onClipEvent (enterFrame) {
seed = bmp1.pixelDissolve(bmpa, bmpa.rectangle, new flash.geom.Point(0, 0), seed, px);
++frame;
est = frame + 1 / 5;
if (mode != 0) {
mc._x = ex - (ex - sx) * Math.pow(1 - est, esn);
mc._y = ey - (ey - sy) * Math.pow(1 - est, esn);
} else {
mc._x = sx + (ex - sx) * Math.pow(est, esn);
mc._y = sy + (ey - sy) * Math.pow(est, esn);
}
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20059 {
onClipEvent (load) {
var xx = this._width;
var yy = this._height;
var bmp1 = new flash.display.BitmapData(xx, yy, true, 0);
var bmpa = bmp1.clone();
var seed = Math.floor(Math.random() * 10);
var px = Math.floor(this._width * this._height) / 5;
var sx = this._x - xx / 2 + 0;
var sy = this._y - yy / 2 + 0;
var ex = this._x - xx / 2;
var ey = this._y - yy / 2;
var est = 0;
var esn = 0;
var mode = 0;
var frame = 0;
var scale = 5;
var easing = 0;
if (100 >= 0) {
if (0 >= -100) {
easing = 0;
} else {
easing = -100;
}
} else {
easing = 100;
}
esn = ((scale - 1) / 100) * Math.abs(easing) + 1;
if (easing >= 0) {
mode = 1;
} else {
mode = 0;
}
mc = _parent.createEmptyMovieClip('noise', _parent.getNextHighestDepth());
mc.attachBitmap(bmp1, 0, 'nevar');
mc._x = sx;
mc._y = sy;
bmpa.draw(this, new flash.geom.Matrix(1, 0, 0, 1, xx / 2, yy / 2));
this._alpha = 0;
}
onClipEvent (enterFrame) {
seed = bmp1.pixelDissolve(bmpa, bmpa.rectangle, new flash.geom.Point(0, 0), seed, px);
++frame;
est = frame + 1 / 5;
if (mode != 0) {
mc._x = ex - (ex - sx) * Math.pow(1 - est, esn);
mc._y = ey - (ey - sy) * Math.pow(1 - est, esn);
} else {
mc._x = sx + (ex - sx) * Math.pow(est, esn);
mc._y = sy + (ey - sy) * Math.pow(est, esn);
}
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20061 {
onClipEvent (load) {
var xx = this._width;
var yy = this._height;
var bmp1 = new flash.display.BitmapData(xx, yy, true, 0);
var bmpa = bmp1.clone();
var seed = Math.floor(Math.random() * 10);
var px = Math.floor(this._width * this._height) / 5;
var sx = this._x - xx / 2 + 0;
var sy = this._y - yy / 2 + 0;
var ex = this._x - xx / 2;
var ey = this._y - yy / 2;
var est = 0;
var esn = 0;
var mode = 0;
var frame = 0;
var scale = 5;
var easing = 0;
if (100 >= 0) {
if (0 >= -100) {
easing = 0;
} else {
easing = -100;
}
} else {
easing = 100;
}
esn = ((scale - 1) / 100) * Math.abs(easing) + 1;
if (easing >= 0) {
mode = 1;
} else {
mode = 0;
}
mc = _parent.createEmptyMovieClip('noise', _parent.getNextHighestDepth());
mc.attachBitmap(bmp1, 0, 'nevar');
mc._x = sx;
mc._y = sy;
bmpa.draw(this, new flash.geom.Matrix(1, 0, 0, 1, xx / 2, yy / 2));
this._alpha = 0;
}
onClipEvent (enterFrame) {
seed = bmp1.pixelDissolve(bmpa, bmpa.rectangle, new flash.geom.Point(0, 0), seed, px);
++frame;
est = frame + 1 / 5;
if (mode != 0) {
mc._x = ex - (ex - sx) * Math.pow(1 - est, esn);
mc._y = ey - (ey - sy) * Math.pow(1 - est, esn);
} else {
mc._x = sx + (ex - sx) * Math.pow(est, esn);
mc._y = sy + (ey - sy) * Math.pow(est, esn);
}
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20063 {
onClipEvent (load) {
var xx = this._width;
var yy = this._height;
var bmp1 = new flash.display.BitmapData(xx, yy, true, 0);
var bmpa = bmp1.clone();
var seed = Math.floor(Math.random() * 10);
var px = Math.floor(this._width * this._height) / 5;
var sx = this._x - xx / 2 + 0;
var sy = this._y - yy / 2 + 0;
var ex = this._x - xx / 2;
var ey = this._y - yy / 2;
var est = 0;
var esn = 0;
var mode = 0;
var frame = 0;
var scale = 5;
var easing = 0;
if (100 >= 0) {
if (0 >= -100) {
easing = 0;
} else {
easing = -100;
}
} else {
easing = 100;
}
esn = ((scale - 1) / 100) * Math.abs(easing) + 1;
if (easing >= 0) {
mode = 1;
} else {
mode = 0;
}
mc = _parent.createEmptyMovieClip('noise', _parent.getNextHighestDepth());
mc.attachBitmap(bmp1, 0, 'nevar');
mc._x = sx;
mc._y = sy;
bmpa.draw(this, new flash.geom.Matrix(1, 0, 0, 1, xx / 2, yy / 2));
this._alpha = 0;
}
onClipEvent (enterFrame) {
seed = bmp1.pixelDissolve(bmpa, bmpa.rectangle, new flash.geom.Point(0, 0), seed, px);
++frame;
est = frame + 1 / 5;
if (mode != 0) {
mc._x = ex - (ex - sx) * Math.pow(1 - est, esn);
mc._y = ey - (ey - sy) * Math.pow(1 - est, esn);
} else {
mc._x = sx + (ex - sx) * Math.pow(est, esn);
mc._y = sy + (ey - sy) * Math.pow(est, esn);
}
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20059 {
onClipEvent (load) {
var xx = this._width;
var yy = this._height;
var bmp1 = new flash.display.BitmapData(xx, yy, true, 0);
var bmpa = bmp1.clone();
var seed = Math.floor(Math.random() * 10);
var px = Math.floor(this._width * this._height) / 5;
var sx = this._x - xx / 2 + 0;
var sy = this._y - yy / 2 + 0;
var ex = this._x - xx / 2;
var ey = this._y - yy / 2;
var est = 0;
var esn = 0;
var mode = 0;
var frame = 0;
var scale = 5;
var easing = 0;
if (100 >= 0) {
if (0 >= -100) {
easing = 0;
} else {
easing = -100;
}
} else {
easing = 100;
}
esn = ((scale - 1) / 100) * Math.abs(easing) + 1;
if (easing >= 0) {
mode = 1;
} else {
mode = 0;
}
mc = _parent.createEmptyMovieClip('noise', _parent.getNextHighestDepth());
mc.attachBitmap(bmp1, 0, 'nevar');
mc._x = sx;
mc._y = sy;
bmpa.draw(this, new flash.geom.Matrix(1, 0, 0, 1, xx / 2, yy / 2));
this._alpha = 0;
}
onClipEvent (enterFrame) {
seed = bmp1.pixelDissolve(bmpa, bmpa.rectangle, new flash.geom.Point(0, 0), seed, px);
++frame;
est = frame + 1 / 5;
if (mode != 0) {
mc._x = ex - (ex - sx) * Math.pow(1 - est, esn);
mc._y = ey - (ey - sy) * Math.pow(1 - est, esn);
} else {
mc._x = sx + (ex - sx) * Math.pow(est, esn);
mc._y = sy + (ey - sy) * Math.pow(est, esn);
}
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20065 {
onClipEvent (load) {
var xx = this._width;
var yy = this._height;
var bmp1 = new flash.display.BitmapData(xx, yy, true, 0);
var bmpa = bmp1.clone();
var seed = Math.floor(Math.random() * 10);
var px = Math.floor(this._width * this._height) / 5;
var sx = this._x - xx / 2 + 0;
var sy = this._y - yy / 2 + 0;
var ex = this._x - xx / 2;
var ey = this._y - yy / 2;
var est = 0;
var esn = 0;
var mode = 0;
var frame = 0;
var scale = 5;
var easing = 0;
if (100 >= 0) {
if (0 >= -100) {
easing = 0;
} else {
easing = -100;
}
} else {
easing = 100;
}
esn = ((scale - 1) / 100) * Math.abs(easing) + 1;
if (easing >= 0) {
mode = 1;
} else {
mode = 0;
}
mc = _parent.createEmptyMovieClip('noise', _parent.getNextHighestDepth());
mc.attachBitmap(bmp1, 0, 'nevar');
mc._x = sx;
mc._y = sy;
bmpa.draw(this, new flash.geom.Matrix(1, 0, 0, 1, xx / 2, yy / 2));
this._alpha = 0;
}
onClipEvent (enterFrame) {
seed = bmp1.pixelDissolve(bmpa, bmpa.rectangle, new flash.geom.Point(0, 0), seed, px);
++frame;
est = frame + 1 / 5;
if (mode != 0) {
mc._x = ex - (ex - sx) * Math.pow(1 - est, esn);
mc._y = ey - (ey - sy) * Math.pow(1 - est, esn);
} else {
mc._x = sx + (ex - sx) * Math.pow(est, esn);
mc._y = sy + (ey - sy) * Math.pow(est, esn);
}
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20055 {
onClipEvent (load) {
var xx = this._width;
var yy = this._height;
var bmp1 = new flash.display.BitmapData(xx, yy, true, 0);
var bmpa = bmp1.clone();
var seed = Math.floor(Math.random() * 10);
var px = Math.floor(this._width * this._height) / 5;
var sx = this._x - xx / 2 + 0;
var sy = this._y - yy / 2 + 0;
var ex = this._x - xx / 2;
var ey = this._y - yy / 2;
var est = 0;
var esn = 0;
var mode = 0;
var frame = 0;
var scale = 5;
var easing = 0;
if (100 >= 0) {
if (0 >= -100) {
easing = 0;
} else {
easing = -100;
}
} else {
easing = 100;
}
esn = ((scale - 1) / 100) * Math.abs(easing) + 1;
if (easing >= 0) {
mode = 1;
} else {
mode = 0;
}
mc = _parent.createEmptyMovieClip('noise', _parent.getNextHighestDepth());
mc.attachBitmap(bmp1, 0, 'nevar');
mc._x = sx;
mc._y = sy;
bmpa.draw(this, new flash.geom.Matrix(1, 0, 0, 1, xx / 2, yy / 2));
this._alpha = 0;
}
onClipEvent (enterFrame) {
seed = bmp1.pixelDissolve(bmpa, bmpa.rectangle, new flash.geom.Point(0, 0), seed, px);
++frame;
est = frame + 1 / 5;
if (mode != 0) {
mc._x = ex - (ex - sx) * Math.pow(1 - est, esn);
mc._y = ey - (ey - sy) * Math.pow(1 - est, esn);
} else {
mc._x = sx + (ex - sx) * Math.pow(est, esn);
mc._y = sy + (ey - sy) * Math.pow(est, esn);
}
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20067 {
onClipEvent (load) {
var xx = this._width;
var yy = this._height;
var bmp1 = new flash.display.BitmapData(xx, yy, true, 0);
var bmpa = bmp1.clone();
var seed = Math.floor(Math.random() * 10);
var px = Math.floor(this._width * this._height) / 5;
var sx = this._x - xx / 2 + 0;
var sy = this._y - yy / 2 + 0;
var ex = this._x - xx / 2;
var ey = this._y - yy / 2;
var est = 0;
var esn = 0;
var mode = 0;
var frame = 0;
var scale = 5;
var easing = 0;
if (100 >= 0) {
if (0 >= -100) {
easing = 0;
} else {
easing = -100;
}
} else {
easing = 100;
}
esn = ((scale - 1) / 100) * Math.abs(easing) + 1;
if (easing >= 0) {
mode = 1;
} else {
mode = 0;
}
mc = _parent.createEmptyMovieClip('noise', _parent.getNextHighestDepth());
mc.attachBitmap(bmp1, 0, 'nevar');
mc._x = sx;
mc._y = sy;
bmpa.draw(this, new flash.geom.Matrix(1, 0, 0, 1, xx / 2, yy / 2));
this._alpha = 0;
}
onClipEvent (enterFrame) {
seed = bmp1.pixelDissolve(bmpa, bmpa.rectangle, new flash.geom.Point(0, 0), seed, px);
++frame;
est = frame + 1 / 5;
if (mode != 0) {
mc._x = ex - (ex - sx) * Math.pow(1 - est, esn);
mc._y = ey - (ey - sy) * Math.pow(1 - est, esn);
} else {
mc._x = sx + (ex - sx) * Math.pow(est, esn);
mc._y = sy + (ey - sy) * Math.pow(est, esn);
}
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20047 {
onClipEvent (load) {
var count = 0;
var hx = this._width / 2;
var hy = this._height / 2;
var mc = this.createEmptyMovieClip('mcfire', this.getNextHighestDepth());
mc._x -= hx;
mc._y = this._height * -1 - hy;
var cmf = new flash.filters.ColorMatrixFilter();
cmf.matrix = [0.97, 0.25, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0];
var divisor = 1.05;
var cf = new flash.filters.ConvolutionFilter(1, 7, [0, 0, 0, 0.3, 0.3, 0.2, 0.2], divisor);
var bmp = new flash.display.BitmapData(this._width, this._height * 2, false, 0);
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc.attachBitmap(bmp, 0);
}
onClipEvent (enterFrame) {
++count;
var flag = false;
if (count < 20 / 2 && Math.random() < 0.25) {
flag = true;
dx = Math.random() * 8 - 4;
mc._x += dx;
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc._x -= dx;
}
if (flag || Math.random() < 0.3) {
bmp.applyFilter(bmp, bmp.rectangle, null, cmf);
}
bmp.applyFilter(bmp, bmp.rectangle, null, cf);
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20049 {
onClipEvent (load) {
var count = 0;
var hx = this._width / 2;
var hy = this._height / 2;
var mc = this.createEmptyMovieClip('mcfire', this.getNextHighestDepth());
mc._x -= hx;
mc._y = this._height * -1 - hy;
var cmf = new flash.filters.ColorMatrixFilter();
cmf.matrix = [0.97, 0.25, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0];
var divisor = 1.05;
var cf = new flash.filters.ConvolutionFilter(1, 7, [0, 0, 0, 0.3, 0.3, 0.2, 0.2], divisor);
var bmp = new flash.display.BitmapData(this._width, this._height * 2, false, 0);
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc.attachBitmap(bmp, 0);
}
onClipEvent (enterFrame) {
++count;
var flag = false;
if (count < 20 / 2 && Math.random() < 0.25) {
flag = true;
dx = Math.random() * 8 - 4;
mc._x += dx;
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc._x -= dx;
}
if (flag || Math.random() < 0.3) {
bmp.applyFilter(bmp, bmp.rectangle, null, cmf);
}
bmp.applyFilter(bmp, bmp.rectangle, null, cf);
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20051 {
onClipEvent (load) {
var count = 0;
var hx = this._width / 2;
var hy = this._height / 2;
var mc = this.createEmptyMovieClip('mcfire', this.getNextHighestDepth());
mc._x -= hx;
mc._y = this._height * -1 - hy;
var cmf = new flash.filters.ColorMatrixFilter();
cmf.matrix = [0.97, 0.25, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0];
var divisor = 1.05;
var cf = new flash.filters.ConvolutionFilter(1, 7, [0, 0, 0, 0.3, 0.3, 0.2, 0.2], divisor);
var bmp = new flash.display.BitmapData(this._width, this._height * 2, false, 0);
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc.attachBitmap(bmp, 0);
}
onClipEvent (enterFrame) {
++count;
var flag = false;
if (count < 20 / 2 && Math.random() < 0.25) {
flag = true;
dx = Math.random() * 8 - 4;
mc._x += dx;
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc._x -= dx;
}
if (flag || Math.random() < 0.3) {
bmp.applyFilter(bmp, bmp.rectangle, null, cmf);
}
bmp.applyFilter(bmp, bmp.rectangle, null, cf);
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20053 {
onClipEvent (load) {
var count = 0;
var hx = this._width / 2;
var hy = this._height / 2;
var mc = this.createEmptyMovieClip('mcfire', this.getNextHighestDepth());
mc._x -= hx;
mc._y = this._height * -1 - hy;
var cmf = new flash.filters.ColorMatrixFilter();
cmf.matrix = [0.97, 0.25, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0];
var divisor = 1.05;
var cf = new flash.filters.ConvolutionFilter(1, 7, [0, 0, 0, 0.3, 0.3, 0.2, 0.2], divisor);
var bmp = new flash.display.BitmapData(this._width, this._height * 2, false, 0);
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc.attachBitmap(bmp, 0);
}
onClipEvent (enterFrame) {
++count;
var flag = false;
if (count < 20 / 2 && Math.random() < 0.25) {
flag = true;
dx = Math.random() * 8 - 4;
mc._x += dx;
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc._x -= dx;
}
if (flag || Math.random() < 0.3) {
bmp.applyFilter(bmp, bmp.rectangle, null, cmf);
}
bmp.applyFilter(bmp, bmp.rectangle, null, cf);
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20055 {
onClipEvent (load) {
var count = 0;
var hx = this._width / 2;
var hy = this._height / 2;
var mc = this.createEmptyMovieClip('mcfire', this.getNextHighestDepth());
mc._x -= hx;
mc._y = this._height * -1 - hy;
var cmf = new flash.filters.ColorMatrixFilter();
cmf.matrix = [0.97, 0.25, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0];
var divisor = 1.05;
var cf = new flash.filters.ConvolutionFilter(1, 7, [0, 0, 0, 0.3, 0.3, 0.2, 0.2], divisor);
var bmp = new flash.display.BitmapData(this._width, this._height * 2, false, 0);
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc.attachBitmap(bmp, 0);
}
onClipEvent (enterFrame) {
++count;
var flag = false;
if (count < 20 / 2 && Math.random() < 0.25) {
flag = true;
dx = Math.random() * 8 - 4;
mc._x += dx;
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc._x -= dx;
}
if (flag || Math.random() < 0.3) {
bmp.applyFilter(bmp, bmp.rectangle, null, cmf);
}
bmp.applyFilter(bmp, bmp.rectangle, null, cf);
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20051 {
onClipEvent (load) {
var count = 0;
var hx = this._width / 2;
var hy = this._height / 2;
var mc = this.createEmptyMovieClip('mcfire', this.getNextHighestDepth());
mc._x -= hx;
mc._y = this._height * -1 - hy;
var cmf = new flash.filters.ColorMatrixFilter();
cmf.matrix = [0.97, 0.25, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0];
var divisor = 1.05;
var cf = new flash.filters.ConvolutionFilter(1, 7, [0, 0, 0, 0.3, 0.3, 0.2, 0.2], divisor);
var bmp = new flash.display.BitmapData(this._width, this._height * 2, false, 0);
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc.attachBitmap(bmp, 0);
}
onClipEvent (enterFrame) {
++count;
var flag = false;
if (count < 20 / 2 && Math.random() < 0.25) {
flag = true;
dx = Math.random() * 8 - 4;
mc._x += dx;
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc._x -= dx;
}
if (flag || Math.random() < 0.3) {
bmp.applyFilter(bmp, bmp.rectangle, null, cmf);
}
bmp.applyFilter(bmp, bmp.rectangle, null, cf);
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20057 {
onClipEvent (load) {
var count = 0;
var hx = this._width / 2;
var hy = this._height / 2;
var mc = this.createEmptyMovieClip('mcfire', this.getNextHighestDepth());
mc._x -= hx;
mc._y = this._height * -1 - hy;
var cmf = new flash.filters.ColorMatrixFilter();
cmf.matrix = [0.97, 0.25, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0];
var divisor = 1.05;
var cf = new flash.filters.ConvolutionFilter(1, 7, [0, 0, 0, 0.3, 0.3, 0.2, 0.2], divisor);
var bmp = new flash.display.BitmapData(this._width, this._height * 2, false, 0);
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc.attachBitmap(bmp, 0);
}
onClipEvent (enterFrame) {
++count;
var flag = false;
if (count < 20 / 2 && Math.random() < 0.25) {
flag = true;
dx = Math.random() * 8 - 4;
mc._x += dx;
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc._x -= dx;
}
if (flag || Math.random() < 0.3) {
bmp.applyFilter(bmp, bmp.rectangle, null, cmf);
}
bmp.applyFilter(bmp, bmp.rectangle, null, cf);
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20049 {
onClipEvent (load) {
var count = 0;
var hx = this._width / 2;
var hy = this._height / 2;
var mc = this.createEmptyMovieClip('mcfire', this.getNextHighestDepth());
mc._x -= hx;
mc._y = this._height * -1 - hy;
var cmf = new flash.filters.ColorMatrixFilter();
cmf.matrix = [0.97, 0.25, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0];
var divisor = 1.05;
var cf = new flash.filters.ConvolutionFilter(1, 7, [0, 0, 0, 0.3, 0.3, 0.2, 0.2], divisor);
var bmp = new flash.display.BitmapData(this._width, this._height * 2, false, 0);
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc.attachBitmap(bmp, 0);
}
onClipEvent (enterFrame) {
++count;
var flag = false;
if (count < 20 / 2 && Math.random() < 0.25) {
flag = true;
dx = Math.random() * 8 - 4;
mc._x += dx;
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc._x -= dx;
}
if (flag || Math.random() < 0.3) {
bmp.applyFilter(bmp, bmp.rectangle, null, cmf);
}
bmp.applyFilter(bmp, bmp.rectangle, null, cf);
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20059 {
onClipEvent (load) {
var count = 0;
var hx = this._width / 2;
var hy = this._height / 2;
var mc = this.createEmptyMovieClip('mcfire', this.getNextHighestDepth());
mc._x -= hx;
mc._y = this._height * -1 - hy;
var cmf = new flash.filters.ColorMatrixFilter();
cmf.matrix = [0.97, 0.25, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0];
var divisor = 1.05;
var cf = new flash.filters.ConvolutionFilter(1, 7, [0, 0, 0, 0.3, 0.3, 0.2, 0.2], divisor);
var bmp = new flash.display.BitmapData(this._width, this._height * 2, false, 0);
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc.attachBitmap(bmp, 0);
}
onClipEvent (enterFrame) {
++count;
var flag = false;
if (count < 20 / 2 && Math.random() < 0.25) {
flag = true;
dx = Math.random() * 8 - 4;
mc._x += dx;
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc._x -= dx;
}
if (flag || Math.random() < 0.3) {
bmp.applyFilter(bmp, bmp.rectangle, null, cmf);
}
bmp.applyFilter(bmp, bmp.rectangle, null, cf);
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20061 {
onClipEvent (load) {
var count = 0;
var hx = this._width / 2;
var hy = this._height / 2;
var mc = this.createEmptyMovieClip('mcfire', this.getNextHighestDepth());
mc._x -= hx;
mc._y = this._height * -1 - hy;
var cmf = new flash.filters.ColorMatrixFilter();
cmf.matrix = [0.97, 0.25, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0];
var divisor = 1.05;
var cf = new flash.filters.ConvolutionFilter(1, 7, [0, 0, 0, 0.3, 0.3, 0.2, 0.2], divisor);
var bmp = new flash.display.BitmapData(this._width, this._height * 2, false, 0);
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc.attachBitmap(bmp, 0);
}
onClipEvent (enterFrame) {
++count;
var flag = false;
if (count < 20 / 2 && Math.random() < 0.25) {
flag = true;
dx = Math.random() * 8 - 4;
mc._x += dx;
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc._x -= dx;
}
if (flag || Math.random() < 0.3) {
bmp.applyFilter(bmp, bmp.rectangle, null, cmf);
}
bmp.applyFilter(bmp, bmp.rectangle, null, cf);
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20063 {
onClipEvent (load) {
var count = 0;
var hx = this._width / 2;
var hy = this._height / 2;
var mc = this.createEmptyMovieClip('mcfire', this.getNextHighestDepth());
mc._x -= hx;
mc._y = this._height * -1 - hy;
var cmf = new flash.filters.ColorMatrixFilter();
cmf.matrix = [0.97, 0.25, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0];
var divisor = 1.05;
var cf = new flash.filters.ConvolutionFilter(1, 7, [0, 0, 0, 0.3, 0.3, 0.2, 0.2], divisor);
var bmp = new flash.display.BitmapData(this._width, this._height * 2, false, 0);
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc.attachBitmap(bmp, 0);
}
onClipEvent (enterFrame) {
++count;
var flag = false;
if (count < 20 / 2 && Math.random() < 0.25) {
flag = true;
dx = Math.random() * 8 - 4;
mc._x += dx;
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc._x -= dx;
}
if (flag || Math.random() < 0.3) {
bmp.applyFilter(bmp, bmp.rectangle, null, cmf);
}
bmp.applyFilter(bmp, bmp.rectangle, null, cf);
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20059 {
onClipEvent (load) {
var count = 0;
var hx = this._width / 2;
var hy = this._height / 2;
var mc = this.createEmptyMovieClip('mcfire', this.getNextHighestDepth());
mc._x -= hx;
mc._y = this._height * -1 - hy;
var cmf = new flash.filters.ColorMatrixFilter();
cmf.matrix = [0.97, 0.25, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0];
var divisor = 1.05;
var cf = new flash.filters.ConvolutionFilter(1, 7, [0, 0, 0, 0.3, 0.3, 0.2, 0.2], divisor);
var bmp = new flash.display.BitmapData(this._width, this._height * 2, false, 0);
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc.attachBitmap(bmp, 0);
}
onClipEvent (enterFrame) {
++count;
var flag = false;
if (count < 20 / 2 && Math.random() < 0.25) {
flag = true;
dx = Math.random() * 8 - 4;
mc._x += dx;
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc._x -= dx;
}
if (flag || Math.random() < 0.3) {
bmp.applyFilter(bmp, bmp.rectangle, null, cmf);
}
bmp.applyFilter(bmp, bmp.rectangle, null, cf);
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20065 {
onClipEvent (load) {
var count = 0;
var hx = this._width / 2;
var hy = this._height / 2;
var mc = this.createEmptyMovieClip('mcfire', this.getNextHighestDepth());
mc._x -= hx;
mc._y = this._height * -1 - hy;
var cmf = new flash.filters.ColorMatrixFilter();
cmf.matrix = [0.97, 0.25, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0];
var divisor = 1.05;
var cf = new flash.filters.ConvolutionFilter(1, 7, [0, 0, 0, 0.3, 0.3, 0.2, 0.2], divisor);
var bmp = new flash.display.BitmapData(this._width, this._height * 2, false, 0);
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc.attachBitmap(bmp, 0);
}
onClipEvent (enterFrame) {
++count;
var flag = false;
if (count < 20 / 2 && Math.random() < 0.25) {
flag = true;
dx = Math.random() * 8 - 4;
mc._x += dx;
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc._x -= dx;
}
if (flag || Math.random() < 0.3) {
bmp.applyFilter(bmp, bmp.rectangle, null, cmf);
}
bmp.applyFilter(bmp, bmp.rectangle, null, cf);
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20055 {
onClipEvent (load) {
var count = 0;
var hx = this._width / 2;
var hy = this._height / 2;
var mc = this.createEmptyMovieClip('mcfire', this.getNextHighestDepth());
mc._x -= hx;
mc._y = this._height * -1 - hy;
var cmf = new flash.filters.ColorMatrixFilter();
cmf.matrix = [0.97, 0.25, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0];
var divisor = 1.05;
var cf = new flash.filters.ConvolutionFilter(1, 7, [0, 0, 0, 0.3, 0.3, 0.2, 0.2], divisor);
var bmp = new flash.display.BitmapData(this._width, this._height * 2, false, 0);
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc.attachBitmap(bmp, 0);
}
onClipEvent (enterFrame) {
++count;
var flag = false;
if (count < 20 / 2 && Math.random() < 0.25) {
flag = true;
dx = Math.random() * 8 - 4;
mc._x += dx;
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc._x -= dx;
}
if (flag || Math.random() < 0.3) {
bmp.applyFilter(bmp, bmp.rectangle, null, cmf);
}
bmp.applyFilter(bmp, bmp.rectangle, null, cf);
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
instance of movieClip 20067 {
onClipEvent (load) {
var count = 0;
var hx = this._width / 2;
var hy = this._height / 2;
var mc = this.createEmptyMovieClip('mcfire', this.getNextHighestDepth());
mc._x -= hx;
mc._y = this._height * -1 - hy;
var cmf = new flash.filters.ColorMatrixFilter();
cmf.matrix = [0.97, 0.25, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0];
var divisor = 1.05;
var cf = new flash.filters.ConvolutionFilter(1, 7, [0, 0, 0, 0.3, 0.3, 0.2, 0.2], divisor);
var bmp = new flash.display.BitmapData(this._width, this._height * 2, false, 0);
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc.attachBitmap(bmp, 0);
}
onClipEvent (enterFrame) {
++count;
var flag = false;
if (count < 20 / 2 && Math.random() < 0.25) {
flag = true;
dx = Math.random() * 8 - 4;
mc._x += dx;
bmp.draw(this, new flash.geom.Matrix(1, 0, 0, 1, hx, this._height + hy), new flash.geom.ColorTransform(), 'normal', bmp.rectangle, false);
mc._x -= dx;
}
if (flag || Math.random() < 0.3) {
bmp.applyFilter(bmp, bmp.rectangle, null, cmf);
}
bmp.applyFilter(bmp, bmp.rectangle, null, cf);
}
onClipEvent (unload) {
mc.removeMovieClip();
}
}
frame 100 {
stop();
}
}
movieClip 20069 {
}
movieClip 20071 {
}
movieClip 20073 {
}
movieClip 1588 {
frame 51 {
stop();
}
}
movieClip 16 サンプル {
}
movieClip 856 ãµ {
}
movieClip 776 ãŠã¾ã‘ï¼ï¼‘ {
frame 167 {
stop();
}
}
movieClip 708 ãŠã¾ã‘ï¼ï¼’ {
frame 143 {
stop();
}
}
movieClip 1930 ãŠã¾ã‘ï¼ï¼“ {
frame 54 {
stop();
}
}
movieClip 1956 ãŠã¾ã‘ï¼ï¼” {
frame 96 {
stop();
}
}
movieClip 1976 ãŠã¾ã‘ï¼ï¼• {
frame 41 {
stop();
}
}
movieClip 1988 ãŠã¾ã‘ï¼ï¼– {
frame 81 {
stop();
}
}
movieClip 76 ã¤ãƒ¼ï¼ï¼‘ {
}
movieClip 106 ã¤ãƒ¼ï¼ï¼’ {
}
movieClip 154 ã¤ãƒ¼ï¼ï¼“ {
}
movieClip 172 スプライト(5) {
}
movieClip 174 ダッシュ {
}
movieClip 184 å½± {
}
movieClip 204 ウィンド {
}
movieClip 272 ã‚ルï¼ï¼‘ {
}
movieClip 382 フサゲï¼ï¼‘ {
}
movieClip 384 フサゲï¼ï¼’ {
}
movieClip 402 房津ï¼ï¼‘ {
}
movieClip 404 房津ï¼ï¼’ {
}
movieClip 456 ã¤ãƒ¼ï¼ï¼” {
}
movieClip 464 房津ï¼ï¼“ {
}
movieClip 466 房津ï¼ï¼” {
}
movieClip 482 フサゲï¼ï¼“ {
}
movieClip 484 フサゲï¼ï¼” {
}
movieClip 498 フサゲï¼ï¼• {
}
movieClip 508 フサゲï¼ï¼– {
}
movieClip 514 房殺ï¼ï¼‘ {
}
movieClip 522 トリオï¼ï¼‘ {
}
movieClip 566 房津ï¼ï¼“ {
}
movieClip 612 トリオï¼ï¼’ {
}
movieClip 618 津殺ï¼ï¼‘ {
}
movieClip 628 æ´¥ï¼ï¼‘ {
}
movieClip 638 房ï¼1 {
}
movieClip 654 背景ï¼ï¼‘ {
}
movieClip 738 æ´¥ï¼ï¼‘ {
frame 7 {
gotoAndPlay('ã“ã“');
}
}
movieClip 772 フサã‚ルï¼ï¼‘ {
}
movieClip 1008 フサ背ï¼ï¼‘ {
}
movieClip 1016 サーベルスピン {
}
movieClip 1116 325背景 {
}
movieClip 1118 326背景ï¼ï¼‘ {
}
movieClip 1136 ã‚ルツーï¼ï¼‘(2) {
}
movieClip 1132 ã‚ルツーï¼ï¼‘ {
}
movieClip 1134 話者 {
}
movieClip 1200 kiruso- {
}
movieClip 1224 kiratu-2 {
}
movieClip 1308 ã¼ãã¨ãƒ¼ {
}
movieClip 1326 232266 {
}
movieClip 1342 ã¤ãƒ¼ã¡ã‚ƒã‚“ï¼ï¼‘ {
}
movieClip 1352 フサギコï¼ï¼‘ {
}
movieClip 1354 フサギコï¼ï¼’ {
}
movieClip 1476 フサギコï¼ï¼“ {
}
movieClip 1478 フサギコï¼ï¼” {
}
movieClip 1480 フサギコï¼ï¼• {
}
movieClip 1486 ブラッドナイフ {
}
movieClip 1502 フサギコï¼ï¼– {
}
movieClip 1504 フサギコï¼ï¼— {
}
movieClip 1536 ã¤ãƒ¼ã¡ã‚ƒã‚“ï¼ï¼’ {
}
movieClip 1556 フサギコï¼ï¼˜ {
}
movieClip 1558 房津ï¼ï¼‘ {
}
movieClip 1560 房津ï¼ï¼’ {
}
movieClip 1684 501 {
}
movieClip 1734 503-1 {
}
movieClip 1590 503-2 {
}
movieClip 1660 505-1 {
}
movieClip 1676 506-1 {
}
movieClip 1824 506-2 {
}
movieClip 1834 507-s {
}
movieClip 1852 507-1 {
}
movieClip 1854 507-2 {
}
movieClip 1856 507-3 {
}
movieClip 1886 507-4 {
}
movieClip 1878 508-1 {
}
movieClip 1884 509-1 {
}
movieClip 1896 510-1 {
}
movieClip 1898 510-2 {
}
frame 12 {
stop();
}
frame 502 {
gotoAndPlay('ã‚ャプ2');
}
frame 749 {
nextFrame();
play();
}
frame 1316 {
gotoAndPlay('ãƒã‚¿ï¼ï¼‘');
}
frame 1422 {
gotoAndPlay('ã‚ャプ3');
}
frame 1642 {
nextFrame();
play();
}
frame 2469 {
gotoAndPlay('ã‚ャプ4');
}
frame 3372 {
nextFrame();
play();
}
frame 4323 {
gotoAndPlay('ã‚ャプ5');
}
frame 4761 {
nextFrame();
play();
}
frame 5593 {
nextFrame();
play();
}
frame 7195 {
stopAllSounds();
}
frame 7205 {
stop();
}