home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2003 #8 / Net_2003_08.iso / fscommand / data1.cab / App_Executables / Effect / Particle / Script / Windy2.part < prev   
Encoding:
Text File  |  2003-05-21  |  590 b   |  22 lines

  1. particlesystem "Explosion" 1.00 {
  2.   position = XYZ(0,0,0)
  3.   eventsequence "Flaming Debris" {
  4.     sourceblendmode = BLEND_LAMP
  5.     loops = 10
  6.     numparticles = 200
  7.     gravity = XYZ(0,0,0)
  8.     emitrate = 200
  9.     emitradius = XYZ(0,0,0)
  10.     lifetime = 1
  11.     texture = "effect\\particle\\star03Y_01.bmp"
  12.  
  13.     initial size = random(4,6)
  14.     initial color = rgba(255,255,255,255)
  15.     at 0.1 color = rgba(255,255,255,255)
  16.     fade so at 0.5 color = rgba(0,0,0,0)
  17.  
  18.     initial velocity = XYZ(random(-25,25),random(-25,25),random(-25,25))
  19.     fade so final size = 5
  20.     
  21.   }
  22. }