入力したテキストを先頭から1文字・2文字・・・と増やしながら出力するJSオブジェクト #max7
"use_strict";
var tsk = new Task(repeater_function, this);
var s = "";
function text(val){
s = val;
var length = s.length;
tsk.cancel();
tsk.interval = 200;
tsk.repeat(length);
}
function repeater_function()
{
var index = tsk.iterations;
outlet(0,s.slice(0,index));
}
Recent entries
- jit.gl.gridshape の matrixoutput についてのメモ #max8
- jit.gl.pix で簡易モーションブラー #max8 #jitter
- jit.gl.pix で Gold Noise #max8 #jitter
- Gen で配列をつくる検討 #Max8
- Package Managerで配布されているease objectを使いやすくしてイージング #max8
- Node for Max を用いて、定形外のUDPデータを受信 #Max8 #n4m
- 平ハウス物語 – 山田尚子監督作品 非公式ファンイベント
- The Splendid Expression – GITADORA×NOSTALGIA
- ghost in my place【from DEEMO II】
- EP “Boys O’Clock”
- 7th Album “多次元宇宙論”
- LEON.jpのWEB特集「大人のいい時間」にAromが紹介されました。
- 音できらめくキャンドルライト Arom(第2世代)発売開始
- EP “Strange Story”
- 都市の呼吸【from Cytus II】



