-
Random expression in frames
Hi there!
I have this script but instead of hold time in seconds, I’d like it to be hold time in frames.
I’ve looked around and tried some things but I’m still a bit of a noob.
Thanks!Here’s the expression I have to convert
hold = .5; //time to hold each number (seconds)
min = -1;
max = 1;seed = Math.floor(time/hold);
seed_random(seed,true);
random(min,max)