复制场景是的MC并储存其断点
Flash 动画:
========================================
代码如下(等待完善中……)
Stage.showMenu=false;
function c(target,n){
var temp:MovieClip=target.duplicateMovieClip("mc"+n,n);
var xd=n*50;
var yd=290;
if(xd>Stage.width){
xd-=Stage.width;
yd+=50;
}
temp._x=xd;
temp._y=yd;
//if(temp._x>Stage.width and temp._y>Stage.height)_root.i=0;
temp._width=temp._height=40;
var _id=target._currentframe;
temp.gotoAndStop(_id);
temp.id=_id;
temp.onPress=function(){
_root.d.gotoAndPlay(this.id);
}
}
_root.i=0;
a_btn.onPress=function(){
c(d,_root.i++);
}
Flash 动画:
========================================
代码如下(等待完善中……)
Stage.showMenu=false;
function c(target,n){
var temp:MovieClip=target.duplicateMovieClip("mc"+n,n);
var xd=n*50;
var yd=290;
if(xd>Stage.width){
xd-=Stage.width;
yd+=50;
}
temp._x=xd;
temp._y=yd;
//if(temp._x>Stage.width and temp._y>Stage.height)_root.i=0;
temp._width=temp._height=40;
var _id=target._currentframe;
temp.gotoAndStop(_id);
temp.id=_id;
temp.onPress=function(){
_root.d.gotoAndPlay(this.id);
}
}
_root.i=0;
a_btn.onPress=function(){
c(d,_root.i++);
}
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}