我的Flash之旅

最近接触了AS2,写些常用的AS2的代码,已备以后使用。
用户的点击事件,
on(release){},用户的鼠标滑过事件,on(rollOver){}用户的鼠标滑出事件,
on(rollOut){}
this.attachMovie("ContainerItem", "ci1", this.getNextHighestDepth(), {pass:true});
a.onRollOut = function() {
a.gotoAndStop(1)
}
var mySound1 = new Sound();
mySound1.attachSound("sound1");
playSound1 = function ()
{
mySound1.start();
};
_root.playSound1();
我的网站设计 web design home page
[url]http://www.webdesign-cn.com[/url]
[url]http://www.webdesign-china.cn[/url]

你可能感兴趣的:(Flash,Web)