Combined Code
movieClip 758 ゴキ {
}
movieClip 19998 ãƒãƒ¼ãƒ‰ {
}
movieClip 20001 {
}
movieClip 42 {
instance of movieClip 20001 {
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) / 6;
var sx = this._x - xx / 2;
var sy = this._y - yy / 2;
var ex = this._x - xx / 2 + 0;
var ey = this._y - yy / 2 + 0;
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;
bmp1.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 / 6;
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();
}
}
frame 13 {
stop();
}
}
movieClip 20003 {
}
movieClip 40 {
instance of movieClip 20003 {
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) / 6;
var sx = this._x - xx / 2;
var sy = this._y - yy / 2;
var ex = this._x - xx / 2 + 0;
var ey = this._y - yy / 2 + 0;
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;
bmp1.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 / 6;
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();
}
}
frame 13 {
stop();
}
}
movieClip 20005 {
}
movieClip 38 {
instance of movieClip 20005 {
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) / 6;
var sx = this._x - xx / 2;
var sy = this._y - yy / 2;
var ex = this._x - xx / 2 + 0;
var ey = this._y - yy / 2 + 0;
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;
bmp1.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 / 6;
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();
}
}
frame 13 {
stop();
}
}
movieClip 20007 {
}
movieClip 36 {
instance of movieClip 20007 {
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) / 6;
var sx = this._x - xx / 2;
var sy = this._y - yy / 2;
var ex = this._x - xx / 2 + 0;
var ey = this._y - yy / 2 + 0;
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;
bmp1.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 / 6;
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();
}
}
frame 13 {
stop();
}
}
movieClip 20009 {
}
movieClip 34 {
instance of movieClip 20009 {
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) / 6;
var sx = this._x - xx / 2;
var sy = this._y - yy / 2;
var ex = this._x - xx / 2 + 0;
var ey = this._y - yy / 2 + 0;
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;
bmp1.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 / 6;
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();
}
}
frame 13 {
stop();
}
}
movieClip 20011 {
}
movieClip 32 {
instance of movieClip 20011 {
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) / 6;
var sx = this._x - xx / 2;
var sy = this._y - yy / 2;
var ex = this._x - xx / 2 + 0;
var ey = this._y - yy / 2 + 0;
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;
bmp1.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 / 6;
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();
}
}
frame 13 {
stop();
}
}
movieClip 20013 {
}
movieClip 30 {
instance of movieClip 20013 {
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) / 6;
var sx = this._x - xx / 2;
var sy = this._y - yy / 2;
var ex = this._x - xx / 2 + 0;
var ey = this._y - yy / 2 + 0;
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;
bmp1.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 / 6;
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();
}
}
frame 13 {
stop();
}
}
movieClip 20015 {
}
movieClip 28 {
instance of movieClip 20015 {
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) / 6;
var sx = this._x - xx / 2;
var sy = this._y - yy / 2;
var ex = this._x - xx / 2 + 0;
var ey = this._y - yy / 2 + 0;
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;
bmp1.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 / 6;
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();
}
}
frame 13 {
stop();
}
}
movieClip 20017 {
}
movieClip 20019 {
}
movieClip 20021 {
}
movieClip 20023 {
}
movieClip 20025 {
}
movieClip 20027 {
}
movieClip 20029 {
}
movieClip 20031 {
}
movieClip 20033 {
}
movieClip 20035 {
}
movieClip 96 {
frame 9 {
stop();
}
}
movieClip 20037 {
}
movieClip 384 {
instance of movieClip 20037 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20039 {
}
movieClip 382 {
instance of movieClip 20039 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20041 {
}
movieClip 380 {
instance of movieClip 20041 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20043 {
}
movieClip 378 {
instance of movieClip 20043 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20045 {
}
movieClip 376 {
instance of movieClip 20045 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20047 {
}
movieClip 90 {
instance of movieClip 20047 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20049 {
}
movieClip 88 {
instance of movieClip 20049 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20051 {
}
movieClip 72 {
instance of movieClip 20051 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20053 {
}
movieClip 110 {
instance of movieClip 20053 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20055 {
}
movieClip 108 {
instance of movieClip 20055 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20057 {
}
movieClip 106 {
instance of movieClip 20057 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20059 {
}
movieClip 104 {
instance of movieClip 20059 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20061 {
}
movieClip 102 {
instance of movieClip 20061 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20063 {
}
movieClip 100 {
instance of movieClip 20063 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20065 {
}
movieClip 98 {
instance of movieClip 20065 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20067 {
}
movieClip 386 {
instance of movieClip 20067 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 2;
this._xscale -= 100 * (2 - 1) / 2;
this._yscale -= 100 * (2 - 1) / 2;
}
}
}
frame 3 {
stop();
}
}
movieClip 20069 {
}
movieClip 20071 {
}
movieClip 20073 {
}
movieClip 20075 {
}
movieClip 20077 {
}
movieClip 20079 {
}
movieClip 20081 {
}
movieClip 20083 {
}
movieClip 20085 {
}
movieClip 1330 {
frame 29 {
stop();
}
}
movieClip 20087 {
}
movieClip 20089 {
}
movieClip 20091 {
}
movieClip 20093 {
}
movieClip 20095 {
}
movieClip 20097 {
}
movieClip 20099 {
}
movieClip 20101 {
}
movieClip 20103 {
}
movieClip 20105 {
}
movieClip 1336 {
frame 29 {
stop();
}
}
movieClip 20107 {
}
movieClip 20109 {
}
movieClip 20111 {
}
movieClip 20113 {
}
movieClip 20115 {
}
movieClip 20117 {
}
movieClip 20119 {
}
movieClip 20121 {
}
movieClip 20123 {
}
movieClip 1338 {
frame 29 {
stop();
}
}
movieClip 20125 {
}
movieClip 20127 {
}
movieClip 20129 {
}
movieClip 20131 {
}
movieClip 20133 {
}
movieClip 20135 {
}
movieClip 20137 {
}
movieClip 20139 {
}
movieClip 20141 {
}
movieClip 20143 {
}
movieClip 1334 {
frame 29 {
stop();
}
}
movieClip 20145 {
}
movieClip 20147 {
}
movieClip 20149 {
}
movieClip 20151 {
}
movieClip 20153 {
}
movieClip 20155 {
}
movieClip 20157 {
}
movieClip 20159 {
}
movieClip 1342 {
frame 27 {
stop();
}
}
movieClip 20161 {
}
movieClip 20163 {
}
movieClip 20165 {
}
movieClip 20167 {
}
movieClip 20169 {
}
movieClip 20171 {
}
movieClip 20173 {
}
movieClip 20175 {
}
movieClip 20177 {
}
movieClip 20179 {
}
movieClip 1340 {
frame 27 {
stop();
}
}
movieClip 20181 {
}
movieClip 20183 {
}
movieClip 20185 {
}
movieClip 1344 {
frame 21 {
stop();
}
}
movieClip 20187 {
}
movieClip 20189 {
}
movieClip 20191 {
}
movieClip 20193 {
}
movieClip 1332 {
frame 21 {
stop();
}
}
movieClip 20195 {
}
movieClip 20197 {
}
movieClip 20199 {
}
movieClip 372 {
frame 21 {
stop();
}
}
movieClip 20201 {
}
movieClip 20203 {
}
movieClip 20205 {
}
movieClip 20207 {
}
movieClip 20209 {
}
movieClip 20211 {
}
movieClip 20213 {
}
movieClip 20215 {
}
movieClip 878 {
instance of movieClip 20203 {
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x += Math.random() * 320 - 320 / 2;
this._y += Math.random() * 320 - 320 / 2;
}
onClipEvent (enterFrame) {
this._x += (xx - this._x) * 0.3;
this._y += (yy - this._y) * 0.3;
if (this._alpha < 100) {
this._alpha += 10;
}
}
}
instance of movieClip 20209 {
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x += Math.random() * 320 - 320 / 2;
this._y += Math.random() * 320 - 320 / 2;
}
onClipEvent (enterFrame) {
this._x += (xx - this._x) * 0.3;
this._y += (yy - this._y) * 0.3;
if (this._alpha < 100) {
this._alpha += 10;
}
}
}
instance of movieClip 20207 {
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x += Math.random() * 320 - 320 / 2;
this._y += Math.random() * 320 - 320 / 2;
}
onClipEvent (enterFrame) {
this._x += (xx - this._x) * 0.3;
this._y += (yy - this._y) * 0.3;
if (this._alpha < 100) {
this._alpha += 10;
}
}
}
instance of movieClip 20211 {
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x += Math.random() * 320 - 320 / 2;
this._y += Math.random() * 320 - 320 / 2;
}
onClipEvent (enterFrame) {
this._x += (xx - this._x) * 0.3;
this._y += (yy - this._y) * 0.3;
if (this._alpha < 100) {
this._alpha += 10;
}
}
}
instance of movieClip 20215 {
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x += Math.random() * 320 - 320 / 2;
this._y += Math.random() * 320 - 320 / 2;
}
onClipEvent (enterFrame) {
this._x += (xx - this._x) * 0.3;
this._y += (yy - this._y) * 0.3;
if (this._alpha < 100) {
this._alpha += 10;
}
}
}
instance of movieClip 20201 {
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x += Math.random() * 320 - 320 / 2;
this._y += Math.random() * 320 - 320 / 2;
}
onClipEvent (enterFrame) {
this._x += (xx - this._x) * 0.3;
this._y += (yy - this._y) * 0.3;
if (this._alpha < 100) {
this._alpha += 10;
}
}
}
instance of movieClip 20213 {
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x += Math.random() * 320 - 320 / 2;
this._y += Math.random() * 320 - 320 / 2;
}
onClipEvent (enterFrame) {
this._x += (xx - this._x) * 0.3;
this._y += (yy - this._y) * 0.3;
if (this._alpha < 100) {
this._alpha += 10;
}
}
}
instance of movieClip 20205 {
onClipEvent (load) {
var xx = this._x;
var yy = this._y;
this._alpha = 0;
this._x += Math.random() * 320 - 320 / 2;
this._y += Math.random() * 320 - 320 / 2;
}
onClipEvent (enterFrame) {
this._x += (xx - this._x) * 0.3;
this._y += (yy - this._y) * 0.3;
if (this._alpha < 100) {
this._alpha += 10;
}
}
}
frame 20 {
stop();
}
}
movieClip 20217 {
}
movieClip 20219 {
}
movieClip 20221 {
}
movieClip 20223 {
}
movieClip 20225 {
}
movieClip 20227 {
}
movieClip 20229 {
}
movieClip 20231 {
}
movieClip 20233 {
}
movieClip 20235 {
}
movieClip 880 {
frame 39 {
stop();
}
}
movieClip 20237 {
}
movieClip 20239 {
}
movieClip 1328 {
instance of movieClip 20237 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 5;
this._xscale -= 100 * (2 - 1) / 5;
this._yscale -= 100 * (2 - 1) / 5;
}
}
}
instance of movieClip 20239 {
onClipEvent (load) {
this._alpha = 0;
this._xscale = 2 * 100;
this._yscale = 2 * 100;
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha += 100 / 5;
this._xscale -= 100 * (2 - 1) / 5;
this._yscale -= 100 * (2 - 1) / 5;
}
}
}
frame 6 {
stop();
}
}
movieClip 20241 {
}
movieClip 20243 {
}
movieClip 20245 {
}
movieClip 1326 {
frame 4 {
stop();
}
}
movieClip 18 横浪士ï¼ï¼‘ {
}
movieClip 68 剿µªå£«ï¼ï¼’ {
frame 51 {
stop();
}
}
movieClip 54 剿µªå£«ï¼ï¼‘ {
}
movieClip 680 逃ã’ã‚ã€æµªå£«ã‚ˆ {
}
movieClip 498 ç ‚åµ {
}
movieClip 116 雑人ï¼ï¼‘ {
}
movieClip 500 æš—é—‡ã®ãã“ {
}
movieClip 48 サークルライト {
}
movieClip 220 ç´ æ—©ã„雨後胃 {
}
movieClip 324 è½ã¡ã‚‹èƒŒæ™¯ {
}
movieClip 334 è½ã¡æµªå£«ï¼ï¼‘ {
}
movieClip 398 é»’ã„è»å›£ {
}
movieClip 482 éŽåŽ» {
}
movieClip 484 ç¾åœ¨ {
}
movieClip 514 æ˜ ç”»é¢¨ {
}
movieClip 622 白ã„å ´é¢ {
}
movieClip 626 赤ã„å…‰ {
}
movieClip 620 赤ã„å ´é¢ {
}
movieClip 724 浪士ã¨ç™½æ» {
}
movieClip 1008 走浪士ï¼ï¼’ {
}
movieClip 1010 112 {
}
movieClip 1084 113 {
}
movieClip 1126 115 {
}
movieClip 1176 116 {
}
movieClip 1228 117 {
}
movieClip 1230 é‡è¤‡ã®æ£® {
}
movieClip 548 朽ã¡ã‚‹ {
}
movieClip 646 横浪士ï¼ï¼’ {
}
movieClip 738 最街ï¼ï¼“ {
}
movieClip 734 最街ï¼ï¼’ {
}
movieClip 730 最街ï¼ï¼‘ {
}
movieClip 764 ゴキ(2) {
}
movieClip 854 エンブレム{
}
movieClip 890 駆ã‘る森 {
}
movieClip 900 赤ã®çµæœ« {
}
movieClip 914 走浪士ï¼ï¼‘ {
}
movieClip 922 é£›ã³æµªå£« {
}
movieClip 928 è½ä¸‹æµªå£« {
}
movieClip 958 ミカンè’ら㗠{
}
frame 3 {
stop();
}
frame 4 {
play();
}