View Single Post
  #12  
Old 11-04-2001, 01:50 AM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
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.
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote