WWJD Donating Member Registered Jan 24, 2006 #1 another online game challenge. post your times! http://tinyurl.com/56t9u I got 17.469 seconds on my second try
another online game challenge. post your times! http://tinyurl.com/56t9u I got 17.469 seconds on my second try
fstbusa orange peel is caused by excessive speed Donating Member Registered Jan 24, 2006 #4 24 there is definitely a pattern you can follow to easily get to 12 or so
K kkattan Donating Member Registered Jan 24, 2006 #8 woo hoo.. over 35 secs.. well i cheated.. 1. saved the html page locally.. 2. view source.. 3. changed the speeds. just stick a little infront of the times.. instead of 80.. make it 180... if you want a real challenge make it 20.. function movenemies() { gametime = gametime + 1 if (gametime >= 0 && gametime < 100) speed = 180; else if (gametime >= 100 && gametime < 200) speed = 60; else if (gametime >= 200 && gametime < 300) speed = 40; else if (gametime >= 300 && gametime < 400) speed = 30; else if (gametime >= 400 && gametime < 500) speed = 20;
woo hoo.. over 35 secs.. well i cheated.. 1. saved the html page locally.. 2. view source.. 3. changed the speeds. just stick a little infront of the times.. instead of 80.. make it 180... if you want a real challenge make it 20.. function movenemies() { gametime = gametime + 1 if (gametime >= 0 && gametime < 100) speed = 180; else if (gametime >= 100 && gametime < 200) speed = 60; else if (gametime >= 200 && gametime < 300) speed = 40; else if (gametime >= 300 && gametime < 400) speed = 30; else if (gametime >= 400 && gametime < 500) speed = 20;