タグ

ActionScript3.0に関するmrhdmsのブックマーク (3)

  • AS3, EventサブクラスのtoStringとformatToString

    ActionScript 3 で Event サブクラスを作りカスタム・イベントを作成するときのメモ。 イベントを複製する clone メソッド作成は必須になります。 サブクラスでoverrideして作らなければいけません。 作らなくともエラーにはなりませんが… toString メッソドは作っても作らなくても良いような記述がヘルプに書いてあって、長い間釈然としていなかったのですがやっと理解できたような気がします。 オンラインヘルプには以下のように書かれています。 http://help.adobe.com/ja_JP/FlashPlatform/reference/actionscript/3/flash/events/Event.html#formatToString() formatToStringの説明。 カスタム ActionScript 3.0 Event クラスに toStr

    AS3, EventサブクラスのtoStringとformatToString
  • BeInteractive! [ASDoc]

    Adobe LabsにてAS3用ドキュメンテーションツール「ASDoc」が公開されています。これは、クラスやメソッドに対して書かれたJavaDoc形式のコメントをHTML化してくれるものです。 というわけで、早速AS3Unitで試してみました。 うーん、正直、あまり品質は高くないような気がします。assertByteArrayEquals.as内に書いたプライベートFunctionがドキュメント化されちゃってるし・・・。コメント書いてないヤツはParametersの改行がおかしいし。何より、コマンドラインでやるのはキツイ。あとハマったのが、-doc-sources(ここで指定したフォルダ内全てドキュメント化するオプション)を指定する場合でも、-source-pathはきちんと書いてあげないといけない。というか、Flex2のlangrefは何で生成してるんだろう?まさかコレじゃないよなぁ

  • FlashFirebug

    Firefox Extension to debug any AS3 SWF on the web FlashFirebug (now Flash Debugger) gives you the ability to debug any AS3 Flash on the web. Inspect the DisplayList, change properties on the fly and see the warnings, errors and traces directly in the extension. Use the inspector to hone in on elements, transform objects on the fly and use the console to run AS3 commands on the active SWF. FlashFir

    FlashFirebug
    mrhdms
    mrhdms 2011/05/06
    AS3コンテンツ用のFlashデバッグアドオン
  • 1