as3に関するpaqのブックマーク (11)

  • [AS3] ガベージコレクションを働かせる裏技

    投稿者:野中 文雄 | 投稿日:2011.07.31 | [AS 3][ActionScript][Tips][野中ゼミ] ガベージコレクションは、メモリに余裕があるとなかなか発動されません。[ムービープレビュー]などのデバッグ環境とAIRであればSystem.gc()メソッドが使えます。でも、一般のネット環境ではこのメソッドは使えません。そこで、正規サポートはされてはいない裏技をひとつご紹介します。 ドキュメント化されていないFlash Playerのふるまいとして、LocalConnection.connect()メソッドを2回呼出すとガベージコレクションが働くようです[*1]。たとえば、つぎのフレームアクション(スクリプト001)を書いて、[ムービープレビュー]でステージをマウスクリックすればガベージコレクションにより[出力]が止まります。 スクリプト001■ガベージコレクションを働

    [AS3] ガベージコレクションを働かせる裏技
    paq
    paq 2011/08/02
  • AS3 Sorcerer

    AS3 Sorcerer AS3 decompiler for Windows Download AS3 Sorcerer version 6.78 Setup ZIP - revised January 2022 (includes free license for private personal non-commercial use) Copyright © 2010-2022 Manitu Group

    paq
    paq 2011/08/02
    AS3のデコンパイラ
  • appforandroid.info

    appforandroid.info 2019 Copyright. All Rights Reserved. The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois). Privacy Policy

  • feb19

    Loading...

    feb19
  • Robotlegs AS3 Micro-Architecture - Home

    Robotlegs is a pure AS3 micro-architecture (framework) with a light footprint and limited scope. Simply put, Robotlegs is there to help you wire your objects together. It provides the glue that your application needs to easily function in a decoupled way. Through the use of automated metadata based dependency injection Robotlegs removes boilerplate code in an application. By promoting loose coupli

    paq
    paq 2011/06/29
    キニナル
  • yogurt3d.com | 

    Captcha security check yogurt3d.com is for sale Please prove you're not a robot View Price Processing

    yogurt3d.com | 
    paq
    paq 2011/03/01
    なんだか美味しそうなActionScript 3.0向けの3Dエンジンライブラリ。ゲーム向け?
  • Zest3D

    paq
    paq 2011/03/01
    比較的マイナーなActionScript 3.0向けの3Dエンジン。オープンソースで開発中。
  • R o m a t i c A : Blog : Archive » [Android][AIR][AS3] 日本のFlasherが誰も知らない? “BlackBerry SDK for AIR” が実は便利なんじゃないか

    ちょっとっ!!! そこの 「BlackBerryとか関係ないっ!」って思ったジャポネゼ! 騙されたとおもってチョット聞いてください。 BrackBerry SDK for AIR ググっても日語サイトがほぼ無いのこの SDK。 (※ PlayBook が日で未発売なのでしようがないですが) ヒジョーーにざっくり言うと「 Spark コンポネントの AS3 版」といった感じ。 (※ よく調べてないので言い過ぎかもしれない(;´Д`)) AS3 ベースで記述できて、 UI コンポーネントもひと通りあって、 普通の WEB 用 SWF にも利用できるし、 他の Andorid 機でも全然使えるのです!。 (※一部のクラスをGaraxyTabで確認しただけですが) そしてそして、 AS3 なのに MXML っぽく「相対レイアウト」を記述できたりなんかして、 縦だの横だのグリグリ

    paq
    paq 2011/02/16
    ほほー使ってみよう。
  • 15 Useful AS3 Snippets on Snipplr.com | Envato Tuts+

    When working with Flash and Actionscript 3.0 you may often find yourself repeating code from one project to the next. Creating your own library of reusable code snippets (on snipplr.com for example) is a great way to speed up development. Check out these 15 snippets which you may find useful for integrating into your own code library. Some of the following snippets are presented here as functions

    15 Useful AS3 Snippets on Snipplr.com | Envato Tuts+
    paq
    paq 2011/02/08
    Snipplr で見つけた、 AS3 を使う上で便利なスニペット15選
  • Doc? Air Local LiveDocs - Home

    Speficieke oorzaken waardoor sloten kapotgaan In België komt het regelmatig voor dat sloten kapot gaan. Vaak speelt een aantal specifieke oorzaken een rol bij het kapotgaan of onbruikbaar raken van sloten. De meest voorkomende verklaringen van een stukgaand slot in België zijn: Het naar verhouding natte klimaat in onze gebieden speelt een rol bij het verzwakken van sloten. Door vochtaanslag ontsta

    paq
    paq 2011/01/07
    よく見失うリファレンスをローカルで見れる。
  • PV3D演出サンプルNo.10: 3D Physics | ClockMaker Blog

    先日紹介した ActionScript 3.0 の 3D 物理演算ライブラリ「jiglibflash」を使って、Flash のデモを作成しました。球体と地面の衝突で、リズムに合わせた音を発したり、地面が発光する感じの演出にしています。 デモ (要 Flash Player 10.1 以上) ソースコード (簡易版をwonderflに投稿) この作品のポイントは次のようなところ。ちなみに 3D エンジンには定番の Papervision3D を使用しています。 加速度センサーと 3D 物理演算の重力を同期(Android) 3D 物理シミュレーションの衝突を、動的サウンドライブラリ「SiON」と同期 ライブラリ「Stardust」 によるパーティクル演出 以下、技術的な解説です。 加速度センサー jiglib による 3D 空間の重力を、Flash Player 10.1 からの新機能である

    PV3D演出サンプルNo.10: 3D Physics | ClockMaker Blog
    paq
    paq 2010/12/17
    orangeさんにつられて、かなりひさびさにはてぶ使ってみる。
  • 1