`
wangangie21
  • 浏览: 61683 次
  • 性别: Icon_minigender_2
  • 来自: 上海
最近访客 更多访客>>
社区版块
存档分类
最新评论

flash loading进度控制演示

阅读更多

 
效果图:
代码如下:
//function jindu_func() {
var B:Boolean = true;
onEnterFrame = function () {
this.jindu_mc.huakuai_mc.jindu_txt.text = _currentframe+"/"+_totalframes;
if (B) {
  this.jindu_mc.huakuai_mc._x = int(_currentframe/_totalframes*100);
} else {
  gotoAndStop(int(this.jindu_mc.huakuai_mc._x/100*_totalframes));
}
};
//}
this.jindu_mc.huakuai_mc.onPress = function() {
B = false;
this.startDrag(false, 0, 1, 100, 1);
};
onMouseUp = function () {
B = true;
play();
stopDrag();
};

附件
:
进度控制演示.fla
本文转自:http://www.5uflash.com/flashjiaocheng/Flashaschengxu/467.html
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics