Frame 1
function fuVideoShow(nNum) {
this.fuVideoHide(this.nOldNum);
if (this["mcRie" + nNum] == undefined) {
this.attachMovie("mcRie" + nNum, "mcRie" + nNum, 100 + nNum);
this.fuVoice(nNum);
this.fuSe(this.arSe[nNum]);
} else {
this["mcRie" + nNum].bRieFlag = true;
}
this.nOldNum = nNum;
}
function fuVideoHide(nNum) {
this.fuVoice(0);
this.fuSe(0);
this["mcRie" + nNum].bRieFlag = false;
this["mcRie" + nNum].stop();
}
function fuRieButtonDown(nNum) {
if (this["mcRie" + nNum] == undefined) {
this.fuVideoShow(nNum);
} else {
this.fuVideoHide(nNum);
}
}
function fuVideoChange(nNum) {
var _local2 = this.nOldNum + nNum;
if (_local2 <= 0) {
_local2 = 19;
} else if (_local2 >= 20) {
_local2 = 1;
}
this.fuRieButtonDown(_local2);
}
function fuVideoDelete() {
if (this["mcRie" + this.nOldNum] == undefined) {
this.fuVideoShow(this.nOldNum);
} else {
this.fuVideoHide(this.nOldNum);
}
}
function fuVoice(nNum) {
this.obVoice.stop();
if (this.bVoiceSw == true) {
this.mcVoice.gotoAndPlay("laVo" + nNum);
} else {
this.mcVoice.gotoAndPlay("laVo0");
}
}
function fuSe(nNum) {
this.obSe.stop();
if (this.bSeSw == true) {
this.mcSe.gotoAndPlay("laSe" + nNum);
} else {
this.mcSe.gotoAndPlay("laSe0");
}
}
Stage.scaleMode = "noScale";
this.nOldNum = 0;
this.bNextFlag = false;
this.bVoiceSw = true;
this.bSeSw = true;
this.arSe = new Array();
this.arSe = [0, 4, 5, 3, 4, 2, 3, 1, 1, 1, 1, 2, 2, 5, 5, 1, 3, 3, 0, 0];
this.attachMovie("mcVoice", "mcVoice", 1);
var obVoice = new Sound(this.mcVoice);
this.attachMovie("mcSe", "mcSe", 2);
var obSe = new Sound(this.mcSe);
this.buRie1.onRelease = function () {
this._parent.fuRieButtonDown(1);
};
this.buRie2.onRelease = function () {
this._parent.fuRieButtonDown(2);
};
this.buRie3.onRelease = function () {
this._parent.fuRieButtonDown(3);
};
this.buRie4.onRelease = function () {
this._parent.fuRieButtonDown(4);
};
this.buRie5.onRelease = function () {
this._parent.fuRieButtonDown(5);
};
this.buRie6.onRelease = function () {
this._parent.fuRieButtonDown(6);
};
this.buRie7.onRelease = function () {
this._parent.fuRieButtonDown(7);
};
this.buRie8.onRelease = function () {
this._parent.fuRieButtonDown(8);
};
this.buRie9.onRelease = function () {
this._parent.fuRieButtonDown(9);
};
this.buRie10.onRelease = function () {
this._parent.fuRieButtonDown(10);
};
this.buRie11.onRelease = function () {
this._parent.fuRieButtonDown(11);
};
this.buRie12.onRelease = function () {
this._parent.fuRieButtonDown(12);
};
this.buRie13.onRelease = function () {
this._parent.fuRieButtonDown(13);
};
this.buRie14.onRelease = function () {
this._parent.fuRieButtonDown(14);
};
this.buRie15.onRelease = function () {
this._parent.fuRieButtonDown(15);
};
this.buRie16.onRelease = function () {
this._parent.fuRieButtonDown(16);
};
this.buRie17.onRelease = function () {
this._parent.fuRieButtonDown(17);
};
this.buRie18.onRelease = function () {
this._parent.fuRieButtonDown(18);
};
this.buRie19.onRelease = function () {
this._parent.fuRieButtonDown(19);
};
this.buNext.onRelease = function () {
this._parent.fuVideoChange(1);
};
this.buBack.onRelease = function () {
this._parent.fuVideoChange(-1);
};
this.buDelete.onRelease = function () {
this._parent.fuVideoDelete();
};
this.stop();
Symbol 2 MovieClip [mcRie1] Frame 1
#initclip 20
Object.registerClass("mcRie1", asRieVideo);
#endinitclip
Symbol 2 MovieClip [mcRie1] Frame 15
this.fuChackNext(9, 2, _root.bNextFlag);
Symbol 4 MovieClip [mcRie2] Frame 1
#initclip 2
Object.registerClass("mcRie2", asRieVideo);
#endinitclip
Symbol 4 MovieClip [mcRie2] Frame 22
this.fuChackNext(11, 3, _root.bNextFlag);
Symbol 6 MovieClip [mcRie3] Frame 1
#initclip 3
Object.registerClass("mcRie3", asRieVideo);
#endinitclip
Symbol 6 MovieClip [mcRie3] Frame 14
this.fuChackNext(20, 4, _root.bNextFlag);
Symbol 8 MovieClip [mcRie4] Frame 1
#initclip 4
Object.registerClass("mcRie4", asRieVideo);
#endinitclip
Symbol 8 MovieClip [mcRie4] Frame 24
this.fuChackNext(10, 5, _root.bNextFlag);
Symbol 10 MovieClip [mcRie5] Frame 1
#initclip 5
Object.registerClass("mcRie5", asRieVideo);
#endinitclip
Symbol 10 MovieClip [mcRie5] Frame 24
this.fuChackNext(10, 6, _root.bNextFlag);
Symbol 12 MovieClip [mcRie6] Frame 1
#initclip 6
Object.registerClass("mcRie6", asRieVideo);
#endinitclip
Symbol 12 MovieClip [mcRie6] Frame 18
this.fuChackNext(14, 7, _root.bNextFlag);
Symbol 14 MovieClip [mcRie7] Frame 1
#initclip 7
Object.registerClass("mcRie7", asRieVideo);
#endinitclip
Symbol 14 MovieClip [mcRie7] Frame 26
this.fuChackNext(10, 8, _root.bNextFlag);
Symbol 16 MovieClip [mcRie8] Frame 1
#initclip 8
Object.registerClass("mcRie8", asRieVideo);
#endinitclip
Symbol 16 MovieClip [mcRie8] Frame 26
this.fuChackNext(10, 9, _root.bNextFlag);
Symbol 18 MovieClip [mcRie9] Frame 1
#initclip 9
Object.registerClass("mcRie9", asRieVideo);
#endinitclip
Symbol 18 MovieClip [mcRie9] Frame 26
this.fuChackNext(10, 10, _root.bNextFlag);
Symbol 20 MovieClip [mcRie10] Frame 1
#initclip 10
Object.registerClass("mcRie10", asRieVideo);
#endinitclip
Symbol 20 MovieClip [mcRie10] Frame 22
this.fuChackNext(11, 11, _root.bNextFlag);
Symbol 22 MovieClip [mcRie11] Frame 1
#initclip 11
Object.registerClass("mcRie11", asRieVideo);
#endinitclip
Symbol 22 MovieClip [mcRie11] Frame 20
this.fuChackNext(13, 12, _root.bNextFlag);
Symbol 24 MovieClip [mcRie12] Frame 1
#initclip 12
Object.registerClass("mcRie12", asRieVideo);
#endinitclip
Symbol 24 MovieClip [mcRie12] Frame 20
this.fuChackNext(13, 13, _root.bNextFlag);
Symbol 26 MovieClip [mcRie13] Frame 1
#initclip 13
Object.registerClass("mcRie13", asRieVideo);
#endinitclip
Symbol 26 MovieClip [mcRie13] Frame 21
this.fuChackNext(13, 14, _root.bNextFlag);
Symbol 28 MovieClip [mcRie14] Frame 1
#initclip 14
Object.registerClass("mcRie14", asRieVideo);
#endinitclip
Symbol 28 MovieClip [mcRie14] Frame 24
this.fuChackNext(10, 15, _root.bNextFlag);
Symbol 34 MovieClip [mcRie18] Frame 1
#initclip 15
Object.registerClass("mcRie18", asRieVideo);
#endinitclip
if (this.nCountX == undefined) {
this.nCountX = 0;
_root.fuVoice(181);
}
Symbol 34 MovieClip [mcRie18] Frame 5
this.nCountX++;
if (this.nCountX >= 10) {
this.nCountX = 0;
if (this.bRieFlag == true) {
_root.fuVoice(182);
}
this.gotoAndPlay("la86ab");
} else {
this.gotoAndPlay("la86a");
}
Symbol 34 MovieClip [mcRie18] Frame 40
this.nCountX++;
if (this.nCountX >= 3) {
this.nCountX = 0;
if (this.bRieFlag == true) {
_root.fuVoice(183);
}
this.gotoAndPlay("la86c11");
} else {
this.gotoAndPlay("la86b");
}
Symbol 34 MovieClip [mcRie18] Frame 57
_root.fuSe(6);
Symbol 34 MovieClip [mcRie18] Frame 105
this.nCountX++;
if (this.nCountX >= 12) {
this.nCountX = 0;
if (this.bRieFlag == true) {
_root.fuVoice(184);
}
this.gotoAndPlay("la86c21");
} else {
this.gotoAndPlay("la86c12");
}
Symbol 34 MovieClip [mcRie18] Frame 127
_root.fuSe(6);
Symbol 34 MovieClip [mcRie18] Frame 166
this.nCountX++;
if (this.nCountX >= 24) {
if (_root.bNextFlag == true) {
this.fuChackNext(1, 19, _root.bNextFlag);
this.gotoAndStop("la86c22");
} else {
this.nCountX = 0;
if (this.bRieFlag == true) {
_root.fuVoice(181);
}
this.gotoAndPlay("la86a");
}
} else {
this.gotoAndPlay("la86c22");
}
Symbol 36 MovieClip [mcRie15] Frame 1
#initclip 16
Object.registerClass("mcRie15", asRieVideo);
#endinitclip
Symbol 36 MovieClip [mcRie15] Frame 20
this.fuChackNext(13, 16, _root.bNextFlag);
Symbol 60 MovieClip [mcVoice] Frame 4
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 9
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 14
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 19
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 24
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 29
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 34
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 39
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 44
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 49
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 54
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 59
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 64
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 69
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 74
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 79
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 84
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 89
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 94
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 130
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 135
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 140
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 145
this.stop();
Symbol 60 MovieClip [mcVoice] Frame 150
this.stop();
Symbol 62 MovieClip [mcRie16] Frame 1
#initclip 17
Object.registerClass("mcRie16", asRieVideo);
#endinitclip
Symbol 62 MovieClip [mcRie16] Frame 12
this.fuChackNext(20, 17, _root.bNextFlag);
Symbol 64 MovieClip [mcRie17] Frame 1
#initclip 18
Object.registerClass("mcRie17", asRieVideo);
#endinitclip
Symbol 64 MovieClip [mcRie17] Frame 10
this.fuChackNext(22, 18, _root.bNextFlag);
Symbol 69 MovieClip [mcRie19] Frame 1
#initclip 19
Object.registerClass("mcRie19", asRieVideo);
#endinitclip
Symbol 69 MovieClip [mcRie19] Frame 194
this.fuChackNext(1, 1, _root.bNextFlag);
Symbol 76 MovieClip [mcSe] Frame 4
this.stop();
Symbol 76 MovieClip [mcSe] Frame 9
this.stop();
Symbol 76 MovieClip [mcSe] Frame 14
this.stop();
Symbol 76 MovieClip [mcSe] Frame 19
this.stop();
Symbol 76 MovieClip [mcSe] Frame 24
this.stop();
Symbol 76 MovieClip [mcSe] Frame 29
this.stop();
Symbol 76 MovieClip [mcSe] Frame 34
this.stop();
Symbol 139 MovieClip Frame 1
this.buAuto.onRelease = function () {
if (_root.bNextFlag == true) {
this._parent.gotoAndStop(1);
_root.bNextFlag = false;
} else {
this._parent.gotoAndStop(2);
_root.bNextFlag = true;
}
};
stop();
Symbol 143 MovieClip Frame 1
this.buSe.onRelease = function () {
if (_root.bSeSw == true) {
_root.bSeSw = false;
this._parent.gotoAndStop(2);
} else {
_root.bSeSw = true;
this._parent.gotoAndStop(1);
}
if (_root["mcRie" + _root.nOldNum] != undefined) {
_root.fuSe(_root.arSe[_root.nOldNum]);
}
};
stop();
Symbol 146 MovieClip Frame 1
this.buVoice.onRelease = function () {
if (_root.bVoiceSw == true) {
_root.bVoiceSw = false;
this._parent.gotoAndStop(2);
} else {
_root.bVoiceSw = true;
this._parent.gotoAndStop(1);
}
if (_root["mcRie" + _root.nOldNum] != undefined) {
_root.fuVoice(_root.nOldNum);
}
};
stop();
Symbol 157 MovieClip [__Packages.asRieVideo] Frame 0
class asRieVideo extends MovieClip
{
var nNextC, bRieFlag, _alpha, _x, _y, _visible, nAlphaT, removeMovieClip;
function asRieVideo () {
super();
}
function fuChackNext(nMax, nNextL, bNextFlag) {
nNextC++;
if (nNextC >= nMax) {
if (bNextFlag == true) {
_root.fuRieButtonDown(nNextL);
}
nNextC = 0;
}
}
function onLoad() {
bRieFlag = true;
_alpha = 0;
_x = 320;
_y = 240;
nNextC = 0;
}
function onEnterFrame() {
if (_visible == true) {
nAlphaT = _alpha;
if (bRieFlag == true) {
if (nAlphaT < 100) {
nAlphaT = nAlphaT + 10;
_alpha = nAlphaT;
} else {
nAlphaT = 100;
}
} else if (nAlphaT > 0) {
nAlphaT = nAlphaT - 10;
_alpha = nAlphaT;
} else {
nAlphaT = 0;
_visible = false;
}
} else {
(removeMovieClip());// not popped
}
}
}