
06-26-2001, 06:53 PM
|
|
Registered User
|
 |
Join Date: Mar 2001
Posts: 825
|
|
|
*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..
|
|
|