flash怎样用按钮控制图片左右移动代码

 我来答
他是上善若水
2017-01-13 · TA获得超过285个赞
知道小有建树答主
回答量:311
采纳率:84%
帮助的人:136万
展开全部
import flash.display.Shape;
import flash.events.MouseEvent;

/*所有矢量图位图一起动起来!*/
var shp:Shape = new Shape ()
shp= getChildAt(0) as Shape 

//按钮的命名为:btn0,btn1
btn0.addEventListener(MouseEvent.CLICK,moveLift)
btn1.addEventListener(MouseEvent.CLICK,moveRight)
function moveLift(e:MouseEvent ):void {
shp.x-=10
}
function moveRight(e:MouseEvent ):void {
shp.x+=10
}
import flash.events.MouseEvent;

/*----------------单个的可以转为元件然后命名--mc为例---------------*/
btn0.addEventListener(MouseEvent.CLICK,moveLift)
btn1.addEventListener(MouseEvent.CLICK,moveRight)
function moveLift(e:MouseEvent ):void {
mc.x-=10
}
function moveRight(e:MouseEvent ):void {
mc.x+=10
}

是不是很简单呀

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式