Thread: sliding doors.
View Single Post
  #12  
Old 10-21-2001, 11:46 PM
prozac424242 prozac424242 is offline
Registered User
prozac424242's Avatar
Join Date: May 2001
Location: Gone crazy: back soon
Posts: 356
prozac424242 is on a distinguished road
Send a message via ICQ to prozac424242 Send a message via AIM to prozac424242
even better...

here is a sliging door.

// NPC made by Prozac
//SLIDING DOOR
if (playerenters){show; this.slide=0;}

if (playertouchsme && this.slide=0) {
this.slide=1;
for (this.i=32; this.i>1; this.i--
{
setimgpart door.gif,0,0,32,this.i;
if (this.i>2){sleep .05;}
}
for (this.h=0; this.h<32; this.h++
{
setimgpart door.gif,0,0,32,this.h;
sleep .05;
}
this.slide=0;
}

except for the fll image mico-belch in the middle its
quite snazzy.
feel free to use this for anything


use http://www.figmentcode.com/cgi-bin/npc1.pl
my npc search engine of commands, liek search for img
its useful
__________________

Useful links:
Graal Stats
Client Script Functions-GS1 to GS2
Serverside Script Functions-Gscript page
Particle Engine-Player Attributes
Server Options-Admin rights-Gmaps
Quote:
Originally Posted by Admins
Thanks for developing and improving playerworlds and such
Reply With Quote