Quote:
Originally posted by LiquidIce00
Actually i think its better using that for then doing
playerx+=.5;
sleep .05;
playerx+=.5;
sleep .05;
playerx+=.5;
sleep .05;
playerx+=.5;
sleep .05;
playerx+=.5;
sleep .05;
playerx+=.5;
sleep .05;
playerx+=.5;
sleep .05;
playerx+=.5;
sleep .05;
playerx+=.5;
sleep .05;
playerx+=.5;
sleep .05;
=)
and better then doing
while (this.i<10) {
this.i++;
playerx+=.5;
sleep .05;
}
|
Aye, but sleep isn't exactly the greatest command in the world, if you follow my meaning.