At 10:55 11/03/2003, you wrote:

On Tue, Mar 11, 2003 at 01:35:23AM +1300, Joff wrote:
> Ok, here is the actionscript code you'll want:
>
> //--- code start
> myArray = new Array();
>
> for (var x = 1; x <= 50; x++) {
>   num = Math.round(Math.random()*3)+1;
>   myArray[x] = num;
> }
> //--- code end
>
> Hope this helps...

I think you'd better go and read the original again.

Ah.. I see whats going on now.. I don't read perl, however, what do the splice() and unshitf() functions do?

Reply via email to