关于as中关于gotoandplay与gotoandstop的疑问 20
注:Hero是一个四针的影片剪辑,代码实现的效果是让Hero循环播放!!我的问题室代码中的gotoandstop为什么不能换成gotoandplayvarhero:Her...
注:Hero是一个四针的影片剪辑,代码实现的效果是让Hero循环播放!!我的问题室代码中的gotoandstop为什么不能换成gotoandplay
var hero:Hero=new Hero()
hero.x=150;
hero.y=150;
addChild(hero)
hero.addEventListener(Event.ENTER_FRAME,moveren)
function moveren(event:Event){
if(hero.currentFrame==4){
hero.gotoAndStop(1)
}
else{
hero.gotoAndStop(hero.currentFrame+1)
}
} 展开
var hero:Hero=new Hero()
hero.x=150;
hero.y=150;
addChild(hero)
hero.addEventListener(Event.ENTER_FRAME,moveren)
function moveren(event:Event){
if(hero.currentFrame==4){
hero.gotoAndStop(1)
}
else{
hero.gotoAndStop(hero.currentFrame+1)
}
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询