A、可以使用ActionScript在影片剪輯中創(chuàng)建一個遮罩層 B、遮罩層中的線條和填充都可以產(chǎn)生遮罩效果 C、對于用作遮罩的填充形狀,可以使用補間形狀 D、可以將多個圖層組織在一個遮罩層之下,遮罩層將會對它們同時產(chǎn)生效果
A、_y B、play C、createNewFile D、var
A、n=Math.round(Math.random(100))+1; B、n=Math.round(Math.random()*100)+1; C、n=Math.floor(Math.random(100))+1; D、n=Math.floor(Math.random()*100)+1;