eye patch *
Just another toycamera graffitti weblog.
import flash.display.BitmapData;
bS = new BitmapData(600,400);
mcBit = this.createEmptyMovieClip(”BitMap”, this.getNextHighestDepth());
mcBit.attachBitmap(bS,this.getNextHighestDepth());
mcBit._x = 0; mcBit._y = 0;
mcBit.onEnterFrame = function(){ bS.noise(getTimer()); };
Please “DRAG&DROP”
京都でオーダーメイドの靴は吉靴房
今までFlashを触りながら、音を一度も使ったことがなかったのですが、こんなこと出来るんですね。
ということはあれやね。