`
文章列表
http://code.google.com/p/as3crypto/ As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorithms. This version also introduces a TLS engine (TLS is commonly known as SSL.) Protocols: TLS 1.0 support (partial) Certificates: X.509 Certificate parsing and vali ...
链接:http://godorz.info/2009/11/some-questions-about-a-star-algorithm/ Article 13518 of comp.games.development.programming.algorithms: Path: nntp.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu !cyclone-west.rr.com!news.rr.com|news-west.rr.com !newsfeed2.earthlink.net!newsfeed.earthlink.n ...
链接:http://godorz.info/2009/11/heuristics-2/ 栅格地图的启发函数 在栅格上,有很多著名的启发函数可以使用. 曼哈顿距离 标准的启发函数正是曼哈顿距离.不妨看一下你的耗散函数,假设从一个栅格移动到相邻的栅格上的最小代价D.因此,在我的游戏中,启发信息是D倍的曼哈顿距离. h(n) = D * (abs(n.x-goal.x) + abs(n.y-goal.y)) 你应该使用符合你的耗散函数的单位来衡量. (注:上面的图像中,启发函数可以找到好几条最优路径(下文称之为平局).) 对角线距离 如果你的地图允许对角线移动,那么你需要另外一个启发 ...
链接:http://godorz.info/2009/11/heuristics-1/ A*算法使用启发函数h(n)来获得对于从任意结点n走到目标结点的最小代价的估计,因此选用一个好的启发函数是非常重要的. A*算法中启发函数的使用 启发函数可以用来控制A*算法的行为. 在极 ...
温酒煮膏蟹,倚船听雨声。秋风藏剑意,醉步抚青芒。 青芒断锋芒,龟岛无风霜,昏鸦漫天鸣,折剑饮恨亡。 花香蝶绕难为醉,孤深夜静空月对。把酒言欢却无欢,宵醒独叹千杯碎。
http://wiki.9ria.com/index.php/Flash%E5%B9%B3%E5%8F%B0%E6%8A%80%E6%9C%AF#.E6.B8.B8.E6.88.8F.E5.BC.80.E5.8F.91
http://jacksondunstan.com/articles/585 My last article on Callback Strategies highlighted some pretty severe performance differences between my Runnable strategy, as3signals by Robert Penner, and Flash’s native Event system. My simple Runnable technique had an artificial advantage though: it was not ...
http://jacksondunstan.com/articles/573 I’ve previously covered ways of implementing in my article on Runnables (aka observers) which showed how to call back about 15 times faster than just using a Function object. There are still more ways to call back though and I didn’t cover them at the time. To ...
地址: http://hi.baidu.com/zhuxixi527/blog/item/eba16af89f19b50ad8f9fd25.html 终极优化你的游戏 —— 使用脏矩形技术 作者:Kylinx 说明:本文由kylinx本人亲自撰写,欢迎各位游戏制作同仁转载和指点,但是任何人不得在本人许可之外以任何理由 ...
地址: http://www.senocular.com/flash/tutorials/asyncoperations/?page=2 Date September 19, 2009 Language ActionScript 3.0 Target Flash Player 9+ Introduction In Flash Player, both the execution of ActionScript and screen rendering is handled in a single thread. In order for the screen to be rendered, ...
博客地址:http://as3.iteye.com/admin/blogs/771089 今天看了下自己的一个类销毁函数 里面有一个CLEARBUFFER 清空缓冲池的函数 采用的是list.shift().dispose()来解决 在执行测试的时候 发现清空部分的效率似乎并不高 就去做了下测试  发现 SHIFT函数的 效率比起POP()函数 来 差距巨大 以下是部分测试   测试环境是 FLASH CS4 PUSH 和 UNSHIFT的比较 : var ary:Array = []; var old:int = getTimer(); for(var i:int = 0 ...
转载地址: http://bbs.9ria.com/viewthread.php?tid=64203&extra=page%3D1%26amp;orderby%3Ddateline%26amp;filter%3D86400 主要适用于传媒方面,用AS3写的Swf去加载AS2版本的Swf,通过获取帧频,调整自己做加载容器的帧频,来达到动画的流畅 package  {         import flash.display.Sprite;         import flash.events.Event;         import flash.net.URLRequest; ...
    开发项目时 为了方便预览 素材的描述 我们在SWF中加入一个TEXTFIELD 在舞台上 然后加入XML使得其可以在SWF中预览描述 并且可以在编辑器里更改,预览 结果遭遇了一个问题 在舞台上的TEXTFIELD 中的XML  读入编辑器中 一直无法转换成XML 很郁闷 排错了很多种可能性 最后发现是字符码问题 由于测试的人的 TEXTFIELD 格式选择成了 TIMES NEW NOMAN 在IDE里面 这种字符格式 打 空格 用的  Unicode代码 是127位以外的 第160位 字符空格 而XML 只认 127位以内的 也就是ASCII内的空格 就是第32位空 ...
来源:http://kevinca*.com/2009/09/8-as3-lib/ GreenSock Tween Platform GreenSock Tween是我最常用的一个功能强大的Tween类库,详细可以见我之前的介绍。但是要注意这个类库对商业项目并不是免费使用的,可以替代的选择有很多:GTween,Tweener等等 ...
AIR 集合下载中心 http://www.adobe.com/products/air/ SDK下载 http://www.adobe.com/cfusion/entitlement/index.cfm?e=airsdk
Global site tag (gtag.js) - Google Analytics