FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Programs
(Moderators: fry, REAS)
   Re: zombie
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Re: zombie  (Read 261 times)
elout

12747371274737 WWW
Re: zombie
« on: Feb 27th, 2004, 5:27pm »

the fourth line on the bottom;  
if ((int)random(==1) { dir = (int)random(4)+1; }  
   
should be something like?  
if ((int)random(4)==1) { dir = (int)random(4)+1; }  
 
 
Well if you can draw a point, the next step is ofcourse an 'all-3D' generated battlefield
 
Pages: 1 

« Previous topic | Next topic »