Répondre à : A little Help with a beginner Script will be required

Accueil Forums Scripts A little Help with a beginner Script will be required Répondre à : A little Help with a beginner Script will be required

#5835
CreCo
Invité

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

Qu'est-ce que IanniX ? | Téléchargement | Showcase | Forum | Recherche | À propos