Thread: Rain
View Single Post
  #6  
Old 06-26-2001, 06:53 PM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
*AlphaFlame*
Hrmm... I just usually use something like this for rain... (it's 8 a.m., I've been up for 15+ hours, I'll give a better script later :P, so shuddup :P)

if (israin){
timeout=.05;
this.dripy=(how many drops you want at any 1 time);
}
if (timeout){
for (this.i=0;this.i<this.dripy;this.i++) {
showimg this.i,(the rain gif),random(0,64),random(0,64);
}
if (this.i=this.dripy) this.i=0;
}


__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)

Last edited by entravial; 06-26-2001 at 07:02 PM..
Reply With Quote