2012-06-14 写真ギャラリー ActionScript ☆手順 this.stop(); this.right_btn.onRelease=function(){ if(_currentframe !=5){ nextFrame(); }else{ gotoAndStop(1); } } this.left_btn.onRelease=function(){ if(_currentframe !=1){ prevFrame(); }else{ gotoAndStop(5); } }