1 frame:
seed=a._xscale;
10 frame:
if (a._sscale==2*seed){
_root.attachmovie("mc","mc2",2);
_root.mc2._xscale=_root.mc2._yscale=seed;
gotoandplay(11);
}else{
a._xscale++;
a._yscale++;
}
20 frame:
_root.attachmovie("mc","mc3",3);
当然,以上方法是绝对不能生成你的效果的,但是可以起一个模型的作用,你可以研究下修改成fuction做
D
S