finally got my New Year's break from my work, so now I’ve got time to work on a bunch of tutorials. drop your suggestions for the next ones, and I’ll get them all done
( it's not my code so please give the credit to the person who made it ) delay = .05 ; myDelay = delay*textIndex; t = (time - inPoint) - myDelay; if (t >= 0){ freq =1; amplitude = 200; decay = 5.0; s = amplitude*Math.cos(freq*t*2*Math.PI)/Math.exp(decay*t); [s,s] }else{ value }
finally got my New Year's break from my work, so now I’ve got time to work on a bunch of tutorials.
drop your suggestions for the next ones, and I’ll get them all done
How to make minecraft iron farm newest version pls
first
Real
Text like visper :((
( it's not my code so please give the credit to the person who made it )
delay = .05
;
myDelay = delay*textIndex;
t = (time - inPoint) - myDelay;
if (t >= 0){
freq =1;
amplitude = 200;
decay = 5.0;
s = amplitude*Math.cos(freq*t*2*Math.PI)/Math.exp(decay*t);
[s,s]
}else{
value
}