-
2007-09-17 19:24:52 / Director 技术[老版本]
多谢flying_rr大哥提供代码电影脚本global gOldReson prepareMoviechangeResend prepareMovieon changeResgOldres=aGetdisplayMode()if gOldres[1]800 and gOldres[2]600 thentemp1=gOldres[3]temp2=gOldres[4]aChangeDisplayModePlus(800,600,temp1,temp2,0)(the stage).rect = [0,0,(the stage).rect.width,(the stage).rect.height]the centerStage = 1end ifendon stopMovieif gOldResvoid thenaChangeDisplayModePlus(gOldRes[1],gOldRes[2],gOldRes[3],gOldRes[4],0.
查看(1195)
评论(7)
-
2007-08-03 12:05:52 / FLEX+AIR技术
ActionScript 3.0 教程集合 OReilly.ActionScript.3.0.Cookbook.Oct.2006prog_actionscript3FriendsofED.The.Essential.Guide.to.Flex.2.with.ActionScript.3.0ActionScript3中文帮助(PDF&CHM)官方的下载地址(PDF格式):ActionScript 3.0 编程ActionScript 3.0 组件帮助Flash Video Encoder 用户手册还有热心的Roading兄弟所做的CHM版语言参考,用起来很方便:下载地址:(文件大小,4.03m):http://roading.net/download/help/a.
查看(4712)
评论(2)
-
2007-06-21 09:09:22 / Director 技术[老版本]
今天推荐一款 拼写检查功能的插件 SpellCheckXtra,功能还不错。并且是免费和shockwave安全的插件。直接复制Spell Check Xtra.x32到director安装目录对应位置下即可。该插件包括4个函数:checkWord (Object me, String word)描述: 返回指定单词word是否拼写正确。使用:object = new(xtra "SpellCheckXtra")put object.checkWord("test")getSuggestions (Object me, String word)描述: 返回最接近要匹配单词的字符串列表。使用:object = new(xtra "SpellCheckXtra")if object.checkWord("testz") thenalert object.getS.
查看(249)
评论(0)
-
2007-06-13 20:28:54 / Director 技术[老版本]
FileToBeOut=the file name to be output --modify it in your scriptsmiaw=window(FileToBeOut)tell miawrepeat with i=1 to the number of castlibsrepeat with j=1 to the number of members of castlib iif member(j,i).type=#script thenif member(j,i).scripttype=#movie thenmember(j,i).scripttext="" --script内容成为空白,但member名称会保留--或者 member(j,i).erase() --整个member被删除end ifend ifend repeatend repeat--上面的两层循环查找所有cast中的所有member,并解除所有movie script的作用savemovie "输.
查看(375)
评论(2)
-
2007-06-03 16:58:00 / Director 技术[老版本]
本人是个菜鸟,也是aougu的新人,希望能得到大家的帮助,谢谢
查看(634)
评论(3)
-
2007-04-27 19:15:24 / Director 技术[老版本]
选择题 四选一 这样编错在哪on startmovieglobal myListglobal tListmyList=[0,0,0,0]tlist=[0,0,0,4]endpropertygrightnumproperty spriteNumproperty pNumglobal mylistglobal tliston mousedown mepNum=the num of sprite (the spritenum of me)setAt mylist, pNum,pNumcheckIfMatch( me )endon checkIfMatch melen=mylist. countrepeat with i= 1 to lenif sprite (mylist[ i ]) = sprite (tlist[ i ]) thengrightnum=grightnum+1end ifend repeat.
查看(607)
评论(1)
-
2007-04-11 14:23:18 / Director 技术[老版本]
我最近在做一个系统,要求在线升级下载 文字 视频 图片等教程,该如何实现最好有个范例,谢谢各位了
查看(367)
评论(4)
-
2007-03-08 11:43:36 / Director 技术[老版本]
有没有办法,让发布后的文件访问一个指定的text文件。并获取一个数据到一个变量。
查看(450)
评论(2)