Reply To: A little Help with a beginner Script will be required

Home Forums Scripts A little Help with a beginner Script will be required Reply To: A little Help with a beginner Script will be required

#5835
CreCo
Guest

Ok,
I been a little with in good Process.
Just I can draw my Line and see this Line
I have a Cursor put to my Line
and this Cursor are ready he plays the right Loop and
he is big enough
New my next reminding Problem is that I need to put the
Triggers on my Score.
Here I can set a little Triger. But I can not randomly
Spread the Triggers.
So it will be good can anybody show me the Way to
make this Working

What I have is following Command
run(“setPos current ” + randomIntFromInterval(-5, 5) + ” ” + randomIntFromInterval(4, 4));

And following Function
function randomIntFromInterval(min, max) { // min and max included
return Math.floor(Math.random() * (max – min + 1) + min)
}

Can please anybody help me

CreCo


© IanniX Association

What is IanniX? | Download | Showcase | Forums | Research | About