FlashのActionScriptトゥイーンエンジンに利用できるカスタムイージング(加減速)編集アプリを作りました。ActionScriptでトゥイーンを作成するとテンプレートと言える「イージング関数」は数種類しかないので似たような動きになりがちです。それを解決すべく... 続きを読む
Well, it's been a while, but I finally got an improved test suite together for my JPEG glitching experiments. The code available here includes the previously released JPEGlitch and JPEGlitch for HYPE, as well as the source for the 'decode gli... 続きを読む
MinimalComps are a set of minimal user interface components for use in ActionScript 3.0 based projects. 続きを読む
An ActionScript 3 Library that contains a number of classes and utilities for working with ActionScript? 3. These include classes for MD5 and SHA 1 hashing, Image encoders, and JSON serialization as well as general String, Number and Date APIs. 続きを読む
To view this page ensure that Adobe Flash Player version 10.0.0 or greater is installed. 続きを読む
簡単に使えるActionScript3.0製のスクロールバー「JPPScrollbar」をSpark Projectでリリースしました。はい、名前はエアロスミスのJust Push Playにあやかっています、すいません。以下説明。 JPPScrollbar Just(ただ) Put(置けば) Play(動く) Scrollbar... 続きを読む
AS2の時とコードの記述が少し変わったみたい。ポイントはメタデータの取得方法とムービー状態(再生・停止・シークなど)をどう捕まえるか。メタデータに関してはMetadataEventのMETADATA_RECEIVED をリスナーに登録しておいて、受け取るハンドラの中でそれぞれ... 続きを読む
notice: Flash editor updated! Join the development! Thanks to MiniBuilder forked from : keim_at_Si's shmups on LCD [diff(120)] forked : 0 favorite : 3 lines : 583 license : MIT License modified : 2009/12/22 22:36:03 // forked from keim_at_Si'... 続きを読む
package { import flash.display.Bitmap; import flash.display.Loader; import flash.display.MovieClip; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.ev... 続きを読む
2009年12月07日 (月) 12月18日(金)発売の「Flash3Dコンテンツ制作のためのPapervision3D入門」という Papervision3D の書籍を執筆しました。 当ブログでは Papervision3D (以下、PV3D) を勉強メモのメインテーマとして何度も取り上げてきましたが、この書籍では... 続きを読む
大重美幸の「これ見落としてませんか? ActionScript 3.0」 第2回 外部 swf ファイルのシンボルを利用する 第2回目のテーマは、「外部 swf ファイルの活用」です。みなさん、外部 swf ファイルをムービーに読み込む方法は知っているでしょう。では、外部 swf ... 続きを読む
Flash Player 10.1 is the first runtime release of the Open Screen Project that enables uncompromised Web browsing of expressive applications, content and video across devices. Table of Contents Support for New Platforms Developer Productivity... 続きを読む
A standard library of pixel bender kernels for Flash Player 10 This project is meant to be a standard library of pixel bender kernels. Filters, blendmodes and jobs are available. Many of those kernels are tightly linked to color manipulation.... 続きを読む
NOTE : The project is now using GIT. Follow its development on Github. This project is meant to be a standard library of pixel bender kernels. Filters, blendmodes and jobs are available. Many of those kernels are tightly linked to color manip... 続きを読む
SE系の、小さなMP3ファイルをたくさん読みこむ時は、zipにまとめたほうがスマートかな、と思い、やってみました。 zipを動的に読み込み、zip内のmp3ファイルをリストアップし、Soundクラスとして扱えるようにします。 リストをクリックすると、音が出ます。 Fla... 続きを読む
package { /////// //赤色検出あるだろーと思ってwonderflみたら無かったので書いてみる。 //赤いペンを持ってカメラの前で動かしてみてください。右利き専用。 //何かwonderflに移して来たらすごく重たい。困ったなー。 /////// import flash.display.*; impor... 続きを読む
In my previous normal mapping experiment I used just flat images, now it was time to do it in 3d, with Pixel Bender. But to do that, I needed a “world” normal map of the 3d object. The problem was that standard 3d normal mapping is done wit... 続きを読む
Click on the image to preview the experiment Ok let me try to explain what that above is. Basically the above thing is actually 22,977 3D particles forming a 3d model of Noodle From the Gorillaz. So instead of using vertices and tri’s instea... 続きを読む
外部のxmlを読み込んでFlashに反映させたいという要望はよくあります。 僕はAS2のときには、XPath4AS2という高機能なXML解析ライブラリを使っていましたが、AS3になってからは標準のXMLクラスにそういった機能が付加されたのでそっちを使っています。 とはいう... 続きを読む
From Personal Computer to physical computing Typical personal computer is attached with devices such as keyboard, mouse, and monitor. With these platform, many contents and expressions can be experienced from all over the world. But on the ot... 続きを読む
フリーランス。fladdict.netの中の人。 webデザイン会社thaにて3年間勤務の後、独立。 Takayuki Fukatsu, as known as "fladdict." Freelance flash developper who host fladdict.net. After 3 years at tha, a web designing company, he started his own bus... 続きを読む
なんだかhttp://www.greenparks.jp/のローダーが丸くて気持ちよいのでProgression用につくってみた。 import ore.graphic.Ball;て円を書くだけのクラスをつかって手抜きで作成。 できたのは こんな感じ。まんまですね。。 swfそのまま開きます。 http://miraig... 続きを読む
全国的に7月になってしまいましたが、春のDeskTopLiveで使ったAS3エディタをSpark Projectで公開しました。 Spark Projectでのページはこちら http://www.libspark.org/wiki/PsycodeLive 何それ?という方に簡単に説明しますと、以下のような機能を持ったAIRア... 続きを読む
INDEX 01 3次元空間の表現と消失点 02 [ヘルプ]のサンプルクラス 03 消失点を移動する 04 消失点のモーショントゥイーン 05 もう一歩先へ サンプルファイル サンプルファイル(Flash CS4形式/約28KB) Adobe Flash CS4 Professional (Flash Player 10)では、3次元... 続きを読む
最近、仕事の案件でflash案件がきた(てかflashにした)ので、 初めてprogressionを使って制作してました。 まだprogressionでの制作方法やas3のことすら、熟知していないのでいろんなところで つまづいきました。。 ちょっとしたとこでつまづいても解決法をみ... 続きを読む