Frame 1
_global.JampSC1 = 1;
_global.JampSC2 = 1;
_global.JampSC3 = 1;
_global.JampSC4 = 1;
_global.JampSC5 = 1;
_global.JampSC6 = 1;
_global.JampSC7 = 1;
_global.JampSC8 = 1;
_global.JampSC9 = 1;
_global.Fardin1 = 1;
_global.Fardin2 = 1;
_global.Fardin3 = 1;
_global.Fardin4 = 1;
_global.Fardin5 = 1;
_global.Fardin6 = 1;
_global.Fardin7 = 1;
_global.Fardin8 = 1;
_global.Fardin9 = 1;
_global.MVX = 4;
_global.alpahX1 = 100;
_global.alpahX2 = 100;
_global.alpahX3 = 100;
_global.alpahX4 = 100;
_global.alpahX5 = 100;
_global.alpahX6 = 100;
_global.alpahX7 = 100;
_global.alpahX8 = 100;
this.mv2._alpha = 0;
this.mv3._alpha = 0;
this.mv4._alpha = 0;
this.mv5._alpha = 0;
this.mv6._alpha = 0;
stop();
Instance of Symbol 2 MovieClip "mv1" in Frame 1
onClipEvent (enterFrame) {
if (this._totalframes == this._currentframe) {
if (_global.JampSC1 == 1) {
this._parent.nextFrame();
this.gotoAndStop(1);
_global.Fardin2 = 0;
if (_global.MVX == 1) {
_root.nextFrame();
}
}
}
}
Frame 2
stop();
if (_global.Fardin2 == 1) {
_global.alpahX2 = 0;
this.mv1.stop();
this.mv2._alpha = 0;
}
Instance of Symbol 6 MovieClip "mv2" in Frame 2
onClipEvent (enterFrame) {
_global.alpahX2 = int(_global.alpahX2 + 2);
if (_global.alpahX2 > 100) {
_global.alpahX2 = 100;
}
this._alpha = _global.alpahX2;
if (this._totalframes == this._currentframe) {
if (_global.JampSC2 == 1) {
this._parent.nextFrame();
this.gotoAndStop(1);
_global.Fardin3 = 0;
if (_global.MVX == 2) {
_root.nextFrame();
}
}
}
}
Frame 3
stop();
if (_global.Fardin3 == 1) {
_global.alpahX3 = 0;
this.mv2.stop();
this.mv3._alpha = 0;
}
Instance of Symbol 7 MovieClip "mv3" in Frame 3
onClipEvent (enterFrame) {
_global.alpahX3 = int(_global.alpahX3 + 2);
if (_global.alpahX3 > 100) {
_global.alpahX3 = 100;
}
this._alpha = _global.alpahX3;
if (this._totalframes == this._currentframe) {
if (_global.JampSC3 == 1) {
this._parent.nextFrame();
this.gotoAndStop(1);
_global.Fardin4 = 0;
if (_global.MVX == 3) {
_root.nextFrame();
}
}
}
}
Frame 4
stop();
if (_global.Fardin4 == 1) {
_global.alpahX4 = 0;
this.mv3.stop();
this.mv4._alpha = 0;
}
Instance of Symbol 8 MovieClip "mv4" in Frame 4
onClipEvent (enterFrame) {
_global.alpahX4 = int(_global.alpahX4 + 2);
if (_global.alpahX4 > 100) {
_global.alpahX4 = 100;
}
this._alpha = _global.alpahX4;
if (this._totalframes == this._currentframe) {
if (_global.JampSC4 == 1) {
this._parent.nextFrame();
this.gotoAndStop(1);
_global.Fardin5 = 0;
if (_global.MVX == 4) {
_root.nextFrame();
}
}
}
}
Frame 5
stop();
if (_global.Fardin5 == 1) {
_global.alpahX5 = 0;
this.mv4.stop();
this.mv5._alpha = 0;
}
Instance of Symbol 9 MovieClip "mv5" in Frame 5
onClipEvent (enterFrame) {
_global.alpahX5 = int(_global.alpahX5 + 2);
if (_global.alpahX5 > 100) {
_global.alpahX5 = 100;
}
this._alpha = _global.alpahX5;
if (this._totalframes == this._currentframe) {
if (_global.JampSC5 == 1) {
this._parent.nextFrame();
this.gotoAndStop(1);
_global.Fardin6 = 0;
if (_global.MVX == 5) {
_root.nextFrame();
}
}
}
}
Symbol 4 Button
on (press) {
if (_global.MVX == this._currentframe) {
_root.nextFrame();
}
nextFrame();
play();
}