Thread: Dance Script
View Single Post
  #13  
Old 11-22-2001, 03:34 AM
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~

... 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)
Reply With Quote