View Single Post
# 2 03-02-2003 , 06:18 AM
Emo's Avatar
Subscriber
Join Date: Jul 2002
Location: MELville
Posts: 1,100
I dont know about ridid bodies but a while ago I did a tutorial and they used Sprites and in the properties they were using Per Particle Array Attribues to do random things...

so one of the things they did there was give each sprite a random twist... the code was:

ParticleShape1.spriteTwistPP = rand(360)

I dont know how this is going to help you though...

-Emo