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.

Mike.
-- 
Mike Beattie <[EMAIL PROTECTED]>                      ZL4TXK, IRLP Node 6184

  If you can stay calm, while all around you is chaos... Then you probably
       haven't completely understood the seriousness of the situation.

Reply via email to