
10-14-2001, 07:20 AM
|
|
RadioActive Monkeeh
|
 |
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
|
|
Re: Re: Re: Arrays...?
Quote:
Originally posted by ownerofbabylon
whats:
if(created){
this.x={1,30,50,25};
this.y={5,20,18,30};
}
for?
|
same thing as if you did
this.x[0]=1
this.x[1]=30
this.x[2]=50
this.x[3]=25 |
|
|
|