Thread: sliding doors.
View Single Post
  #11  
Old 10-21-2001, 11:34 PM
Hulk Hogan Hulk Hogan is offline
Legendary Red Fish
Hulk Hogan's Avatar
Join Date: Mar 2001
Location: Western PA
Posts: 2,384
Hulk Hogan is on a distinguished road
Send a message via ICQ to Hulk Hogan Send a message via AIM to Hulk Hogan
if (created) {
show;
}

if (playertouchsme) {
play stonemove.wav;
x=x+1;
sleep .2;
x=x+1;
sleep .2;
x=x+1;
}

and

if (created) {
show;
}

if (playertouchsme) {
play stonemove.wav;
x=x-1;
sleep .2;
x=x-1;
sleep .2;
x=x-1;
}

Would that work?
__________________

The infamous red fish is back.


-aim- |
Andrew5656
-email- | [email protected]
-quote- | "You dont need a weatherman to know which way the wind blows."
"Its funny. The end of time has just begun."-Bob Dylan
Reply With Quote