
11-22-2001, 03:34 AM
|
|
Registered User
|
 |
Join Date: Mar 2001
Posts: 825
|
|
|
~AlphaFlame~
... set an array of the sprites you do want, then do a random for the arrayed sprite to show...
this.sprites={1,2,3,4,5,9,14,20};
this.show=int(random(0,arraylen(this.sprites)));
playersprite=this.sprites[this.show];
*passes out the dunce caps* |
__________________
If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
|
|
|
|