Archive for the ‘Flash / AS’ Category

* Aviary

Posted on 10月 29th, 2008 by tai. Filed under Flash / AS.


fladdictの深津さんが紹介されていました。
Aviary

これ、、、ヤバすぎる・・・!!

簡単に言うと、
Flashで動作するノードベースのコンポジタ(及びその他イメージ操作系アプリ)書いてる!!

この人らは、世に数多いる変態の中でもトップクラスな予感。ヤバすぎる。

coming soonの一覧もヤバすぎる。
3D Modelerとか、、、マジかよ、、。

これは期待age

Tags: .



* Adobe MAX

Posted on 10月 7th, 2007 by tai. Filed under Flash / AS.


先日シカゴでAdobe MAXが開催された模様。

いろんなブログやらニュース記事やらで発表された内容を目にしたんですが、
これはちょっととてつもない感じがする。

Read the rest of this entry »

.



* [ as ] Arrayのlength

Posted on 4月 13th, 2007 by tai. Filed under Flash / AS.


例えば以下のようなコードがあったとします。

var tmp:Array = new Array( “a”, “b”, “c”, “d” );
trace( tmp.length );
delete tmp[2];
delete tmp[3];
trace( tmp.length );

さて、2回目のtraceの結果はどうなるでしょうか。

Read the rest of this entry »

.



* [ as ] イベントハンドラ 消したり復活したり

Posted on 4月 9th, 2007 by tai. Filed under Flash / AS.


Actionscriptでは例えばこんな風にイベントハンドラを書く事が出来ます。

  _root.onEnterFrame = function(){
    〜〜〜
  }

ほかにはこんな感じ。

  function hoge(){ trace( “hoge” ); }
  _root.onEnterFrame = hoge;

Read the rest of this entry »

.



* [ ActionScript ] ASフレームワーク

Posted on 4月 8th, 2007 by tai. Filed under Flash / AS.


Spark project

2006年度上期IPA未踏ソフトウェア創造事業「未踏ユース」の支援を受けて開発された、
Flashによるインタラクティブコンテンツの作成を手助けする、
便利なActionScript用クラスライブラリ。

だそうです。

Read the rest of this entry »

.



* [ as ]パッケージ?

Posted on 3月 12th, 2007 by tai. Filed under Flash / AS.


今回の仕事では何個かクラスファイルを作ったりしたのだが、
勉強不足のためリンク方法が、flaファイルと同階層に置く、という方法以外わからなかった。
もしかしたら#includeとかしてやれば良かったのかもしれないけど、
まぁリンクしてるしいいか、ぐらいなノリだったので、試してなかった。

一応仕事が一区切り、という感じになりそうなので、その辺をちょっと調べてみた。

Read the rest of this entry »

.



 

2010年3月
« 2月    
1234567
891011121314
15161718192021
22232425262728
293031  

最近のコメント

最近の投稿

アーカイブ

タグ