28 Aug, 2007
Generating numbers from 1 till 11 in random order
Posted by: Flashy In: Actionscript| Patarimai ir gudrybės
That was a big headcracker for several days. Im not a programmer, but the rule that “morning is smarter than evening”, and my programing language BASIC skills made nice combo, and i figured how to solve this problem.
random_eile=new Array(12);
for(a=1;a
