| Flash Media Server学习站>>www.FMScn.com |
|
var i:Number = 0;
_btn.onRelease = function() { i++; if (i%2 == 1) { _mc.onEnterFrame = function() { this._x -= 10; if (this._x<=-20) { this._x = 570; } }; } if (i%2 == 0) { _mc.onEnterFrame = function() { _mc._x += 10; if (this._x>=570) { this._x = -20; } }; } }; |
|
_btn.onRelease = function() {
this.id = !this.id; if (this.id) { _mc.onEnterFrame = function() { this._x -= 10; if (this._x <= -20) { this._x = 570; } }; } if (!this.id) { _mc.onEnterFrame = function() { _mc._x += 10; if (this._x >= 570) { this._x = -20; } }; } }; |
admin#flashas.net (#为@) 联系QQ:
:40777822
浙ICP备06033001号