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

  1. particlesystem "Power" 1.00 {
  2.   position = XYZ(0,0,0)
  3.   
  4.   eventsequence "faeries" {
  5.     sourceblendmode = BLEND_LAMP
  6.     particletype = TYPE_THREE
  7.     loops = 1
  8.     numparticles = 40
  9.     gravity = XYZ(0,0,0)
  10.     emitrate = 90
  11.     emitradius = xyz(0,0,0)
  12.     lifetime = 0.5
  13.     texture = "effect\\particle\\flare.tga"
  14.     initial size = random(3,5)
  15.     initial sizeExt = random(20,30)
  16.     initial partAngle = XYZ(random(-360,360), random(-360,360), random(-360,360))
  17.     initial color = rgba(50,255,50,200)
  18.     initial velocity = XYZ(0,0,0)
  19.     fade so final color = rgba(0,0,0,0)
  20.     fade so final sizeExt = 200
  21.     }
  22.     
  23.     eventsequence "faeries" {
  24.     sourceblendmode = BLEND_LAMP
  25.     numparticles = 2
  26.     loops = 1
  27.     //Delay = 0.5
  28.     gravity = XYZ(0,0,0)
  29.     emitrate = 80
  30.     emitradius = xyz(random(-1,1),random(-1,1),random(-1,1))
  31.     lifetime = 0.8
  32.     texture = "effect\\particle\\flare.tga"
  33.     initial size = 30
  34.     initial color = rgba(255,255,255,255)
  35.     initial velocity = XYZ(random(-5,5),random(-5,5),random(-5,5))
  36.     fade so final color = rgba(0,0,0,0)
  37.     fade so final size = 40
  38.     }
  39.  
  40.     eventsequence "faeries" {
  41.     sourceblendmode = BLEND_LAMP
  42.     numparticles = 3
  43.     loops = 1
  44.     //Delay = 0.5
  45.     gravity = XYZ(0,0,0)
  46.     emitrate = 80
  47.     emitradius = xyz(random(-1,1),random(-1,1),random(-1,1))
  48.     lifetime = 0.8
  49.     texture = "effect\\particle\\water2.tga"
  50.     initial size = 10
  51.     initial color = rgba(255,255,255,255)
  52.     initial velocity = XYZ(random(-5,5),random(-5,5),random(-5,5))
  53.     fade so final color = rgba(0,0,0,0)
  54.     fade so final size = 50
  55.     }
  56.     
  57.     
  58. }