27.12.2010, 04:21
a method I always like is
new count;
and when you break
count++;
make a if statement, seeing if(count > 1) { Dont run the code } else { Run the code }
new count;
and when you break
count++;
make a if statement, seeing if(count > 1) { Dont run the code } else { Run the code }