求一FLASH拖拽事件源文件!高人帮忙!
请教各位高人,求一FLASH拖拽事件源文件,就是通过FLASH可以左右上下的拖动动画中的图片,祥细步骤请高人指点!...
请教各位高人,求一FLASH拖拽事件源文件,就是通过FLASH可以左右上下的拖动动画中的图片,祥细步骤请高人指点!
展开
2个回答
2013-09-21
展开全部
flash中有三个影片剪辑分别为t1,t2,t3.运行让t1,t2,t3.分别都能挑拖拽.但运行时只有t1能进行拖拽.语句是这样写的.我也确定三个语句分别放在了三个影片剪辑下.为什么其它两个不能完成拖拽
onClipEvent (mouseDown) {
startDrag(_root.t1);
}
onClipEvent (mouseUp) {
stopDrag();
}
onClipEvent (mouseDown) {
startDrag(_root.t2);
}
onClipEvent (mouseUp) {
stopDrag();
}
onClipEvent (mouseDown) {
startDrag(_root.t3);
}
onClipEvent (mouseUp) {
stopDrag();
}
在每一个影片剪辑中添加如下代码:
onClipEvent (mouseDown) {
this.startDrag();
}
onClipEvent (mouseUp) {
this.stopDrag();
}
onClipEvent (mouseDown) {
startDrag(_root.t1);
}
onClipEvent (mouseUp) {
stopDrag();
}
onClipEvent (mouseDown) {
startDrag(_root.t2);
}
onClipEvent (mouseUp) {
stopDrag();
}
onClipEvent (mouseDown) {
startDrag(_root.t3);
}
onClipEvent (mouseUp) {
stopDrag();
}
在每一个影片剪辑中添加如下代码:
onClipEvent (mouseDown) {
this.startDrag();
}
onClipEvent (mouseUp) {
this.stopDrag();
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-09-21
展开全部
这种效果说简单也简单,说复杂也复杂,我这有源文件,加我我给你!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询