home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2003 #8 / Net_2003_08.iso / fscommand / data1.cab / App_Executables / Effect / Particle / Script / Piercing1.part < prev    next >
Encoding:
Text File  |  2003-05-21  |  1.2 KB  |  40 lines

  1. particlesystem "Power" 1.00 {
  2.   position = XYZ(0,20,-100)
  3.  
  4.    eventsequence "faeries" {
  5.     sourceblendmode = BLEND_LAMP
  6.     numparticles = 120
  7.     loops = 2
  8.     gravity = XYZ(0,0,0)
  9.     emitrate = 120
  10.     emitradius = xyz(random(-1,1),random(-1,1),random(-1,1))
  11.     lifetime = 1.0
  12.     texture = "effect\\particle\\water2.tga"
  13.     initial size = 15
  14.     initial color = rgba(150,150,150,200)
  15.     initial partAngleZ = 0
  16.     initial velocity = XYZ(random(-10,10),random(-10,10),random(-10,10))
  17.     fade so final color = rgba(0,0,0,0)
  18.     fade so final size = 70
  19.     //fade so final partAngleZ = 700
  20.     }
  21.  
  22.    eventsequence "faeries" {
  23.     sourceblendmode = BLEND_LAMP
  24.     numparticles = 120
  25.     loops = 2
  26.     gravity = XYZ(0,0,0)
  27.     emitrate = 120
  28.     emitradius = xyz(random(-1,1),random(-1,1),random(-1,1))
  29.     lifetime = 1.0
  30.     texture = "effect\\particle\\water2.tga"
  31.     initial size = 15
  32.     initial color = rgba(150,150,150,200)
  33.     initial partAngleZ = 0
  34.     initial velocity = XYZ(random(-10,10),random(-10,10),random(-10,10))
  35.     fade so final color = rgba(0,0,0,0)
  36.     fade so final size = 50
  37.    //fade so final partAngleZ = 700
  38.     }
  39.  
  40. }