多普勒效果

      FLASH文摘 2004-12-25 2:2
做一个三角形由小到大的MC,然后在主场景里拖入,并加代码。

第一帧为:

i = 0;
_root.hh._visible = false;

第二帧为:

i = i+1;
if (i>18) {
i = 0;
}
// end if
duplicateMovieClip("_root.hh", "hh"+i, i);
_root.hh._x = _xmouse;
_root.hh._y = _ymouse;
gotoAndPlay(2);




Flash 动画
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}