线条跟随

      闪客教程 2004-12-10 16:51
Mouse.hide();
oldx = _xmouse;
oldy = _ymouse;
onMouseMove = function () {
updateAfterEvent ();
lineStyle (1, 0xffffff, 50);
moveTo (oldx, oldy);
lineTo (_xmouse, _ymouse);
oldx = _xmouse;
oldy = _ymouse;
};
setInterval (function() {clear ();}, 50);

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

回复Comments

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