Thread: keyDown check?
View Single Post
  #16  
Old 09-18-2006, 07:45 PM
contiga contiga is offline
Graal2001 Administration
contiga's Avatar
Join Date: Jul 2004
Location: Netherlands
Posts: 419
contiga is an unknown quantity at this point
Send a message via ICQ to contiga Send a message via AIM to contiga Send a message via MSN to contiga Send a message via Yahoo to contiga
Quote:
Originally Posted by Tolnaftate2004
One could do:
PHP Code:
temp.keys "";
 for (
temp.i=0;temp.i<128;temp.i++) temp.keys.add(temp.i);

 for (
temp.i=0;temp.i<128;temp.i++) {
   
temp.key int(random(0,128-.001));
   
this.map[temp.i][temp.key] = int(random(0,3.99));
   
temp.keys.delete(temp.key);
 } 
Uhh.. that's not gonna work I think (For what he wants it to do).
__________________
AIM: Contiga122
MSN: [email protected]
Status:
Quote:
Originally Posted by unixmad View Post
I am also awake 3AM to help correct problems.
Quote:
Originally Posted by Bomy Island RC people
Daniel: HoudiniMan is a bad guy =p
*Bell: rofl. I first read that as houdini is a bad man. like the little kid that wants his mommy to keep her away from that boogie man
Daniel: xD
*Rufus: I wouldn't want my kids around him.
Reply With Quote