Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

actionscript random randomfunction

function random(LB:int, UB:int):int
{
return (int(Math.random()*((UB-LB) + 1)+LB));
}
 
PREVIOUS NEXT
Tagged: #actionscript #random #randomfunction
ADD COMMENT
Topic
Name
6+7 =