はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    プライムデーセール

『moock.org』

  • 人気
  • 新着
  • すべて
  • The Trouble with JavaScript

    33 users

    www.moock.org

    JavaScript Has No Class Prototypes, not classes Define a "class" function Food () { // Define an instance variable this.calories = 100; } Doesn't "say what it means" (looks like a function) Non-intuitive to newcomers Compared to: class Food { } Define a "method" VirtualPet.prototype.setCalories = function (newCalories) { } Requires an understanding of: Constructor functions Functions creating obje

    • テクノロジー
    • 2012/04/28 00:37
    • javascript
    • Programming
    • list
    • Tips
    • reference
    • *あとで
    • moock>> essential actionscript 3.0 >> examples

      3 users

      www.moock.org

      essential actionscript 3.0 examples Following are the major examples in the book Essential ActionScript 3.0, by Colin Moock. Note that example and page numbers listed below are based on the book's first printing, and may not match later printings. Examples marked "(bonus)" are offered as additional study material, and are not found in the book. To use any example project in Flex Builder: Select Fi

      • 学び
      • 2008/08/30 16:38
      • moockblog: XFL: Flash's New Source Format

        4 users

        www.moock.org

        XFL: Flash's New Source Format I recently met with Flash authoring product-manager, Richard Galvan, to talk about Diesel, the next version of Flash (i.e., Flash CS4, or version 10 for those counting). Adobe has already demonstrated a bunch of high-impact features for Diesel, including inverse kinematics, a new tweening model, 3D "postcards in space", and advanced text components (see MAX 07 keynot

        • テクノロジー
        • 2008/03/07 14:01
        • flash
        • adobe
        • xfl
        • model/view/controller

          19 users

          www.moock.org

          overview study model/view/controller design pattern ("mvc") see how to apply mvc in flash build an example mvc application: a clock mvc: basic structure mvc separates the code required to manage a user interface into three distinct classes: model: stores the data and application logic for the interface view: renders the interface (usually to the screen) controller: responds to user input by modify

          • 暮らし
          • 2008/01/16 00:07
          • MVC
          • actionscript
          • as2
          • flash
          • programming
          • tutorial
          • moock>> lectures

            4 users

            www.moock.org

            these are the lecture notes for presentations i've given since 1999. dates listed indicate the first time the lecture took place. many of the lectures can also be viewed in my flash presentation viewer application. >> open the flash presentation viewer presentation viewer controls: F6-hide slide index, ijkl-navigate slides

            • テクノロジー
            • 2007/10/03 01:03
            • actionscript
            • programming
            • flash
            • moockblog: How to Use Flash CS3's V3 Components in Flex Builder

              5 users

              www.moock.org

              How to Use Flash CS3's V3 Components in Flex Builder Even though Flex Builder includes its own set of components, there are two cases where you might want to use Flash CS3's V3 components in a Flex Builder project: * when using Flex Builder to create the code for a .fla file * when producing an ActionScript-only application that you want to be able to compile in both Flash CS3 and Flex Builder Thi

              • 暮らし
              • 2007/09/04 10:01
              • flex
              • flash
              • moockblog: Flash Player 9, Flex 2, ActionScript 3.0: A Survey of the New Landscape

                8 users

                www.moock.org

                Flash Player 9, Flex 2, ActionScript 3.0: A Survey of the New Landscape If you're an ActionScript devotee, you already know that Flash Player 9 was released last week, and you're already coding in ActionScript 3.0. If, on the other hand, you're just trying to keep up with your daily work, and you still don't know whether you should even learn ActionScript *2.0* yet let alone ActionScript 3.0, allo

                • 暮らし
                • 2006/07/06 16:04
                • Flash
                • moock>> unity

                  3 users

                  www.moock.org

                  Unity has evolved! See the Union Platform, by USER1 Subsystems, founded by Colin Moock and Derek Clayton. Please send all inquiries to union@user1.net.

                  • テクノロジー
                  • 2005/07/11 15:23
                  • flash
                  • server
                  • moock.org >> moockblog

                    4 users

                    www.moock.org

                    creators of flash announce "explory" in the "where are they now..." category, the creators of flash & co (Jonathan Gay, Peter Goldie, Gary Grossman, Peter Santangeli, and Robert Tatsumi) just announced their next project, "explory": a multimedia sharing app for mobile. http://www.explory.com http://www.kickstarter.com/projects/1315821178/explory-a-mobile-storytelling-app-by-the-creators

                    • 学び
                    • 2004/11/28 11:47
                    • Flash
                    • blog
                    • design
                    • あとで読む
                    • moock.org

                      17 users

                      www.moock.org

                      > moock.org > > Union Platform > > Blog > Lectures > > Essential ActionScript 3.0 > Essential ActionScript 2.0 > ActionScript: The Definitive Guide > > Contact

                      • 世の中
                      • 2004/11/28 11:47
                      • actionscript
                      • flash

                      このページはまだ
                      ブックマークされていません

                      このページを最初にブックマークしてみませんか?

                      『moock.org』の新着エントリーを見る

                      キーボードショートカット一覧

                      j次のブックマーク

                      k前のブックマーク

                      lあとで読む

                      eコメント一覧を開く

                      oページを開く

                      はてなブックマーク

                      • 総合
                      • 一般
                      • 世の中
                      • 政治と経済
                      • 暮らし
                      • 学び
                      • テクノロジー
                      • エンタメ
                      • アニメとゲーム
                      • おもしろ
                      • アプリ・拡張機能
                      • 開発ブログ
                      • ヘルプ
                      • お問い合わせ
                      • ガイドライン
                      • 利用規約
                      • プライバシーポリシー
                      • 利用者情報の外部送信について
                      • ガイドライン
                      • 利用規約
                      • プライバシーポリシー
                      • 利用者情報の外部送信について

                      公式Twitter

                      • 公式アカウント
                      • ホットエントリー

                      はてなのサービス

                      • はてなブログ
                      • はてなブログPro
                      • 人力検索はてな
                      • はてなブログ タグ
                      • はてなニュース
                      • ソレドコ
                      • App Storeからダウンロード
                      • Google Playで手に入れよう
                      Copyright © 2005-2025 Hatena. All Rights Reserved.
                      設定を変更しましたx