View Single Post
  #8  
Old 09-27-2001, 08:28 AM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
if (playerenters||created) {
timeout = .5;
}
if (timeout) {
timeout = .5;
if (playery = 49) {
playery--;
this.dir=up;
}
if (this.dir==up) {
playery--;
}
if (playery==11) {
playery++;
this.dir=down;
}
if (this.dir==down) {
playery++;
timeout = .2;
}
}

you need the timeout to make it looped
Reply With Quote