タグ

frameworkとas3に関するwhatifのブックマーク (2)

  • CASA Lib: An Open Source Code Library for ActionScript 2.0 & 3.0

    CASA Lib was a flexible ActionScript 2.0 & 3.0 library designed to streamline common chores and act as a solid, reliable foundation for your projects. It provided a core set of classes, interfaces, and utilities to get you coding faster and more reliably without getting in the way. Standardizes the loading of external files with an easy-to-use and consistent API. Complete and meticulous documentat

    CASA Lib: An Open Source Code Library for ActionScript 2.0 & 3.0
  • ActionScript Thread Library 1.0 (そうめん) ドキュメント

    ActionScript Thread Library 1.0 (そうめん) は、タスクシステムと Java のスレッドモデルをベースとした疑似スレッドライブラリです。 複雑で冗長になりがちな、イベント処理や非同期処理、リアルタイム処理を、分かりやすくスマートに記述することを可能にします。 もちろん、割り込みやキャンセル、例外処理もバッチリです。スレッドを使って、イベントリスナー地獄から抜け出しましょう。 ※ActionScript Thread Library は、名前こそスレッドですが、実体はタスクシステムにスレッドモデルを搭載したものなので、 「スレッド」と考えるよりは、「タスクシステム」だと考えた方が理解が早いでしょう。このドキュメントもその前提でお読みください。 1. スレッドライブラリの導入 1-1. スレッドとは はじめにこの処理をして、次にこの処理をして...、という処理の

  • 1