2012-06-14から1日間の記事一覧

スロット

☆手順 this.onLoad = function() { num01_mc.stop(); num02_mc.stop(); num03_mc.stop(); } start_btn.onPress = function() { num01_mc.play(); num02_mc.play(); num03_mc.play(); } stop01_btn.onPress = function() { num01_mc.stop(); } stop02_btn.onP…

写真ギャラリー

☆手順 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); } }