青岛设计网标志 搜艺招聘
   Guest:  登陆 | 注册 | 网站首页 | 论坛首页 | 我的贴子 | 修改资料 | 留言板 | | 论坛帮助  | 论坛首页  

  论坛首页   FLASH  as实现运动缓冲效果

[公告]快到[搜艺招聘网]发布招聘信息 注册简历、发布自己作品! :)  
as实现运动缓冲效果  
    上善若水

查看上善若水的博客


金钱: 363
Level: 0
发帖数: 22
最后登陆: 2007/8/17
注册时间: 2006/1/21


[鍜界値鍚冧粈涔堣嵂]姣忓ぉ娉2琚嬶紝鍧氭寔30澶╋紝鍜界値濂藉鍒
信息 | 留言 | 引用 | 回复 | 编辑 | 置顶 | 移动 | 删除

对象绑定如下代码
onClipEvent(enterFrame){
if(this._x!=_root._xmouse){
if(this._x<_root._xmouse){
this._x=this._x+(_root._xmouse-this._x)/10;
}
if(this._x>_root._xmouse){
this._x=this._x-(this._x-_root._xmouse)/10;
}
}
if(this._y!=_root._ymouse){
if(this._y<_root._ymouse){
this._y=this._y+(_root._ymouse-this._y)/10;
}
if(this._y>_root._ymouse){
this._y=this._y-(this._y-_root._ymouse)/10;
}
}
}

欢迎到我的Flash论坛
http://flashshow.aa.topzj.com



2006/4/23
信息 | 留言 | 引用 | 回复 | 编辑 | 置顶 | 移动 | 删除
回复:re:as实现运动缓冲效果
    上善若水

查看上善若水的博客


金钱: 363
Level: 0
发帖数: 22
最后登陆: 2007/8/17
注册时间: 2006/1/21
信息 | 留言 引用 | 回复

这是绑定在按钮上的

欢迎到我的Flash论坛
http://flashshow.aa.topzj.com
2006/4/23
编辑 | 删除
回复:re:as实现运动缓冲效果
    zhanzhan

查看zhanzhan的博客


金钱: 792
Level: 0
发帖数: 158
最后登陆: 2008/12/12
注册时间: 2007/3/15
信息 | 留言 引用 | 回复

又挖了个好帖子

①岁半の站站

2007/7/11
编辑 | 删除
回复:re:as实现运动缓冲效果
    我太低調

查看我太低調 的博客


金钱: 198
Level: 0
发帖数: 15
最后登陆: 2008/11/15
注册时间: 2008/5/8
信息 | 留言 引用 | 回复


好用好用,偶收下了~~

我设计,你成功.
2008/5/9 18:39:30
编辑 | 删除
    7     [    ]     8


青岛设计网版权所有
本论坛言论纯属发表者个人意见