http://www.1stwebdesigner.com/freebies/45-free-design-template-and-psd-files/
Month: January 2011
[AS3] 似曾相識的錯,tweenlite removeTint re 極都 re 唔到
TweenPlugin.activate([TintPlugin]);
TweenLite.to(mc, 1, {removeTint:true});
我跟足你做,點解有時唔得?
TweenPlugin.activate([RemoveTintPlugin, TintPlugin]);
funny, 原來有 RemoveTintPlugin =x=
PS
我知啦! 原來舊版本先係咁
成日用 gaia framework 又 update 下個 tweenlite =x=
[wordpress]Theme 抄下參下
[AS3] Signal 野: Signal VS DeluxeSignal
http://insideria.com/2010/10/an-introduction-to-as3-signals.html
睇左先
up 一大春英文,搞咩,超簡單
signal 係可以 pass parameter,但 pass 個個 object 就係個個 object 囉
DeluxeSignal 就勁啦,係 pass event
event signal 都識 pass 啦,咁你就錯
呢個 event 係 as3 d fd,你 pass 左,過到去,有翻曬你以前 event 玩既野
例如 event.currentTaret, event.type, event.target 咁
咁咪開心又興奮囉~
[AS3] 兩個 SWF event 傳黎傳去既方法
你仲想利用個 event 傳data ?
[actionscript3]
mother.addEventListener(CustomEvent.MODULE_CLOSE, onModuleClose)
function onModuleClose(e:*):void {
var data = e.data;
}
var data = {a:1, b:"hello"};
swf.dispatchEvent(new CustomEvent(CustomEvent.MODULE_CLOSE, data));
[/actionscript3]
PS
如果要玩 bubbling: 記得 extend 個陣 要 override 埋 clone 呢個 function!
[AS3] Loading SWFs into AIR 1.5.X and LoaderInfo.sharedEvents
http://richardleggett.co.uk/blog/index.php/2009/04/02/loading-swfs-into-air-1-5-and-loaderinfo
我見佢打散個 swf 做 byteArray ,再用 loader 砌翻埋佢
[AS3] GAIA Framework, 自己整 custom attribute for site.xml ,這世界突然美好了。
[Web][AS3] 有趣的 web service – digital publishing
[AS3] 又黎一d framework
Swiz is a framework for Adobe Flex and ActionScript that aims to bring complete simplicity to RIA development.
話勁過快過 event 既 singal
https://github.com/robertpenner/as3-signals
[mac]熄左開機聲佢
http://www5e.biglobe.ne.jp/~arcana/software.en.html
download 完, 開 system requirement
[AI] Good AI Techique!
[AS3] Hit on hitTestObject
hitTestObject is always use
but do u know:
mc.hitTestObject(target)
if target.visible = false and target.alpha =0
其實都 hit 中 return true
小心d 啦~ 最好加多個 condition
mc.hitTestObject(target) && target.visible
[web] Modernizr
Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML 5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies.
[web] wunderlist 其實 open src ,學野啦~
[iphone, mac] blog of cocoa
[iphone] development platform, cocos2d 既 朋友
[AS3] SWF Sheet, flash mc -> sequence img format, good for iphone!
[Paper] Silencing
http://visionlab.harvard.edu/silencing/
Silencing is a new illusion that shows it’s hard to notice when moving objects change.