Do everything with so much love in your heart that you would never want to do it any other way. - Brahma Kumaris
Archive for the 'Flash' Tag
Posted: Feb 21, 2009, 1:49 pm | Author: cyberryo | Category: Dialy | Tags: ActionScript, AS3, Flash, Progression
ディスプレイオブジェクトの位置を決めるとき、
mc.x = 100;
mc.y = 100;
addCommand(
new Prop({x:100,y:100})
);
とか、ありますが
mc.setProperties({x:100,y:100});
こんな感じで複数のプロパティを一括設定できます。
なんといっても一目でプロパティ確認できるのがオツ。
Posted: Feb 21, 2009, 1:39 pm | Author: cyberryo | Category: Dialy | Tags: ActionScript, AS3, Flash, Progression
もうProgressionから離れられないくらい浸ってしまいそうです。
すでに何度か案件で使用させて頂きましたが、ホームページらしいFlashが作れるというか、「Flashサイト制作」という案件にはこれっきゃないといった感じです。
自社のサイトも作り替え中。
もうあと少しでFlasherのデファクトスタンダードになる勢いですね。
Progression発展のためにも、使っていて便利なTipsを発見したらどんどん書いてシェアしていこうかなと思いますた。
僕はもっぱらクラスベース(FlashCS3 + FlashDevelop)で制作するスタイルなので、同じような感じで作ってる方とぜひ情報交換とかしていきたいな。
Posted: Jan 16, 2009, 3:47 am | Author: cyberryo | Category: Dialy | Tags: ActionScript, Flash, Program

正規表現で、繰り返しマッチする「/g」をうっかり忘れていたせいでかなりタイムロスした。。あまりに悔しかったから、悔しい記念エントリ。
Read the rest of this entry »
Posted: Jan 15, 2009, 3:29 am | Author: cyberryo | Category: Dialy | Tags: Flash

2009年、マストなFlash周辺技術、ライブラリの11選らしいです。なんで11?
Read the rest of this entry »
Posted: Jan 8, 2009, 12:51 pm | Author: cyberryo | Category: Dialy | Tags: Cakephp, Flash

Flashサイトを更新するためのXMLを吐き出すバックエンドシステムに、MTOSやWordpressをいままで使用してたのですが、今回、MTもWPも使えないサーバーにぶち当たりました。。
Read the rest of this entry »