View Single Post
  #6  
Old 11-02-2001, 08:08 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
Quote:
Originally posted by nyghtGT

then please enlighten us with something else to use ... if not shut up !
okay

while (x<40 || y<40) {
if (x<40) x+=.5;
if (y<40) y+=.5;
sleep .05;
}
while (x>40 || y>40) {
if (x>40) x-=.5;
if (y>40) y-=.5;
sleep .05;
}
i would script it so it had all those geometrical features. but i am tired now
Reply With Quote