- 注册时间
- 2011-10-23
- 最后登录
- 2011-10-31
- 阅读权限
- 30
- 积分
- 445
- 精华
- 0
- 帖子
- 146
 
升级   81.67%
|
相关的主题文章:
Love is the glittering and translucent dewdrop.
聒碎乡心梦不成
玉照纷飞
有正版的干嘛要用破解的
笑喷了!!这些话你确定会用到!
//缓冲函数
function move_func() {
_mc.onEnterFrame = function() {
//var xpos:Number = Stage.width/2-this._parent._xmouse;
var ypos:Number = Stage.height/2-this._parent._ymouse;
//this._x += (xpos-this._x)/5;
this._y += (ypos-this._y)/5;
//Math.abs(xpos-this._x)<1 && Math.abs(ypos-this._y)<1 ? delete this.onEnterFrame
};
}
move_func(); |
|