ö‚­‚¾‚³‚¢BBBBBiˆÈ‰º‚ÅŠY“–ƒ\[ƒX•”•ª‚𔲂«o‚µ‚Ü‚µ‚½Bj

‚ ‚ÆA‰æŽ¿Ž©“®’²®‹@”\i“ÆŽ©ƒVƒXƒeƒ€j‚Æ–îˆóF•ÏX‹@”\&•Û‘¶‚ð’ljÁ‚µ‚Ü‚µ‚½B

‚à‚¿‚ë‚ñ—e—Ê‘‰Á‚µ‚Ü‚µ‚½orzi‚½‚©‚ª13KBA‚³‚ê‚Ç13KBB‚±‚ê‚ð‚Ç‚¤Œ©‚é‚©‚Í‚ ‚È‚½ŽŸ‘æ‚—j




Œ´ˆö‚ÆŽv‚í‚ê‚éƒ\[ƒXŠY“–•”•ªiƒXƒ^[ƒg‰Šú‰»‚̈ꕔj


// –îˆó“®ìÝ’è (onEnterFrame)
function mov_arrow(){
@@var j=this.rocate;

@@@@if(_root.stopflg==false){

@@@@/*------ ƒIƒvƒVƒ‡ƒ“Ý’è ------*/
@@@@var c=this.count+15;
@@@@var mix_spd = this.spd + _root.mot_array[c];
@@@@this.moveY -=mix_spd;
@@@@this._y -= _root.revn[j] * mix_spd;

@@if(this.moveY>190){
@@}else if(this.count>=-jdg_limit[2]){
@@@@this._alpha+=_root.aprLabel[j]*(1.5*this.spd);

/*------ ‚±‚ê‚æ‚艺‚Í”»’舗F•ª‚©‚ç‚È‚¢ê‡‚͘M‚ç‚È‚¢‚±‚Æ ------*/

@@if(_root.ber=="AutoOnigiri" && this.count==0){
@@@@_root.auto_judge(j);
@@}

// ”»’è•úŠü(ƒEƒƒ@ƒ“Šm’è)
@@}else if(this.setflg==false){
@@@@arrcnt[j]++;
@@@@this.setflg=true;
@@// ˜gŠO”»’è
@@}else if (this.count==-10){
@@@@_root.uwa_j();
@@@@this.removeMovieClip();
@@}


@@this.count--;
@@}
}

// ƒtƒŠ[ƒYƒAƒ[“®ìÝ’è (onEnterFrame)
function fmov_arrow(){
@@var j=this.rocate;

@@if(_root.stopflg==false){

/*------ ƒIƒvƒVƒ‡ƒ“Ý’è ------*/
@@@@var c=this.count+15;
@@@@var mix_spd = this.spd + _root.mot_array[c];
@@@@this.moveY -=mix_spd;
@@@@this._y -= _root.revn[j] * mix_spd;

@@if(this.moveY>190){
@@}else if(this.count>=-fjdg_limit[1]){
@@@@this._alpha+=_root.aprLabel[j]*(1.5*this.spd);

/*------ ‚±‚ê‚æ‚艺‚Í”»’舗F•ª‚©‚ç‚È‚¢ê‡‚͘M‚ç‚È‚¢‚±‚Æ ------*/

@@if(_root.ber=="AutoOnigiri" && this.count==0){
@@@@_root.fauto_judge(j);

@@}

// ”»’è•úŠü(ƒEƒƒ@ƒ“Šm’è)
@@}else if(this.setflg==false){
@@@@farrcnt[j]+=2;
@@@@this.setflg=true;
@@// ˜gŠO”»’è
@@}else if (this.count==-10){
@@@@_root.ikn_j();
@@@@this.gotoAndPlay("miss");
@@}

@@this.count--;
@@}
}

// ƒI[ƒg”»’è (ƒI[ƒgˆÈŠO‚Ì‚Æ‚«‚ÍÁ‹Ž)
function auto_judge(j){
@@var curArr = _root.hAr[j]+"_s"+arrcnt[j];
@@this[_root.hAr[j]+"_step"].gotoAndPlay("hit");
@@this.ii_j();

@@this[curArr].removeMovieClip();
@@this[curArr].setflg=true;
@@arrcnt[j]++;
@@Key.removeListener(this[curArr]);
}
function fauto_judge(j){
@@var fcurArr = "f"+_root.hAr[j]+"_s"+farrcnt[j];
@@this[fcurArr]._y=this[_root.hAr[j]+"_step"]._y;
@@this[fcurArr]._alpha=100;
@@this[fcurArr].gotoAndPlay("hit");
@@this[fcurArr].fa.gotoAndPlay("loop");

@@farrcnt[j]+=2;
@@Key.removeListener(this[curArr]);
}