flash翻书效果

来源:百度知道 编辑:UC知道 时间:2024/05/22 13:01:02
我从网上下载了一个翻书的swf效果(大部分是用as实现效果的),用闪客反编译了一下,就是不知道它是怎么修改它的高和宽,在as里怎么修改,请高手指教该如何修改啊
else
{
points[8][0] = points[7][0];
points[8][1] = points[7][1];
} // end if
} // end if
drawMask(_l1);
} // End of the function
function HotSpotStar(acme)
{
starTurnPage(acme);
points[10][0] = points[acme][0];
points[10][1] = points[acme][1];
_root.actionNow = acme;
this["hotSpot" + acme].actionNow = true;
mouseX = points[acme][0];
mouseY = points[acme][1];
controlPage(acme);
this.onEnterFrame = function ()
{
getMouse(acme);
getPoints(acme);
};
} // End of the function

"就是不知道它是怎么修改它的高和宽,"

as语句
setProperty(.....);
getProperty(.....);
由这两句可以设置/获得影片剪辑的属性

用DIV+CSS设计吧
TABLE有局限性

把代码贴出来.