欢迎来到天天文库
浏览记录
ID:36006588
大小:29.03 KB
页数:34页
时间:2019-04-29
《as 常用代码集锦(as code collection)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、as3常用代码集锦(AS3codecollection)Ascommonlyusedcodecollection,usingflashtodothatpop-upsmallwindow,Twosteps:1.addbuttonstoflashasfollows:action:On(release){GetURL("javascript:MM_openBrWindow"("newweb.htm","","width=600","height=100"));}--------------------------
2、----------------------------------------------------------------2.addthefollowingJavaScriptcodebetweenthe
4、------------------------------------------------------AskaquestionaboutanimationToloadananimationwithcommands,Ineedtodeterminewheretheanimationisplacedinthepicture,andwhatlanguageisusedtosetit?Forexample,loadingananimationcalleddd.swf,Iwanttodeterminethece
5、ntralpositionofthisanimationin(205250),howtoset?AddtheclockthatyouwanttoloadtheanimationLoadMovie("dd.swf","a");A._x=205;A._y=250;YouhavetomakeanemptyMCcalled"a"andimportitinthelowerrightcorner,alsocalleda---------------------------------------------------
6、---------------------------------------Whenthemousegoesthrough,theanimationisplayedsomewhereOn(rollover){GotoAndPlay(10);}Whenthemouseispressed,theanimationisplayedsomewhereOn(release){GotoAndPlay(1);}-------------------------------------------------------
7、-----------------------------------AutomaticallyjumptoawebpageaftertheanimationisfinishedGetURL("siteindex.htm",_self);------------------------------------------------------------------------------------------Setashomepage:On(release){GetURL("javascript:vo
8、id(document.links.style.behavior=)URL(#default#homepage)");voiddocument.links.setHomePage("http://www.taoshaw.com/")","_self","POST");}NoticethattheIDnumberoftheflashinthewebpageisnamed"links""Addfavorites:On
此文档下载收益归作者所有