Thread: Arrays...?
View Single Post
  #5  
Old 10-14-2001, 07:20 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
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
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote