Home
last modified time | relevance | path

Searched refs:recording (Results 26 – 26 of 26) sorted by last modified time

12

/plugin/tbt/
H A Dscript.js23 var recording;
46 recording = tbtrecord;
66 setTimeout(this.feed, speed*recording[currentChar][1] );
83 switch( recording[currentChar][0] ) {
133 text[row].splice(col,0,recording[currentChar][0]);
186 if (currentChar >= recording.length) {
202 setTimeout(feed, speed*recording[currentChar][1] );

12