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
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
Cookie | Durée | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |