做了个flash对mc移动的控制,代码很简单:)

所属分类: 网页制作 / Flash 阅读数: 1488
收藏 0 赞 0 分享
复制代码 代码如下:

里面创建了4个MC,分别是zzcn_top_mc zzcn_end_mc zzcn_left_mc zzcn_right_mc .

很简单的。。大家可以参考下哦。。呵呵。。

var place_x:Number = _xmouse;
var place_y:Number = _ymouse;
var sulv:Number = 6;
zzcn_top_mc.onEnterFrame = function(){
    this._x += (place_x - this._x)/sulv;
    place_x = _xmouse;
    };
zzcn_end_mc.onEnterFrame = function(){
    this._x += (place_x - this._x)/sulv;
    place_x = _xmouse;
    };
zzcn_left_mc.onEnterFrame = function(){
    this._y += (place_y - this._y)/sulv;
    place_y = _ymouse;
    };
zzcn_right_mc.onEnterFrame = function(){
    this._y += (place_y - this._y)/sulv;
    place_y = _ymouse;
    };


http://www.zzcn.net/blog/attachments/month_0612/l2006121018639.swf
更多精彩内容其他人还在看

了解在Flash中的编程工作第1/4页

了解在Flash中的编程工作
收藏 0 赞 0 分享

FLV视频上传到网上不能播放的原因与解决办法

FLV视频上传到网上不能播放的原因与解决办法
收藏 0 赞 0 分享

Flash与后台数据交换方法整理

Flash与后台数据交换方法整理
收藏 0 赞 0 分享

FLASH基础开发习惯第1/2页

FLASH基础开发习惯
收藏 0 赞 0 分享

网页中嵌入Flash的方法讨论

网页中嵌入Flash的方法讨论
收藏 0 赞 0 分享

flash组件开发要点第1/2页

flash组件开发要点
收藏 0 赞 0 分享

修改flash之必备软件硕思闪客精灵3.3注册破解版下载

硕思闪客精灵 MX 是一款用于浏览和解析Flash动画(.swf文件和.exe文件)的工具
收藏 0 赞 0 分享

使用 AllowNetworking Flash的世界安静了

使用 AllowNetworking Flash的世界安静了
收藏 0 赞 0 分享

FCS中ActionScript代码提示功能

FCS中ActionScript代码提示功能
收藏 0 赞 0 分享

Flash ActionScript 中按钮和电影剪辑的事件和方法

Flash ActionScript 中按钮和电影剪辑的事件和方法
收藏 0 赞 0 分享
查看更多