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

  1. particlesystem "DMachine" 1.00 {
  2.   position = XYZ(0,0,0)
  3.  
  4.   eventsequence "faeries" {
  5.     sourceblendmode = BLEND_SHADOW
  6.     loops = 1
  7.     numparticles = 30
  8.     gravity = XYZ(0,-10,0)
  9.     emitrate = 150
  10.     emitradius = xyz(random(-35,35),random(-15,15),random(-35,35))
  11.     lifetime = random(0.2,0.5)
  12.     texture = "effect\\particle\\dust3.tga"
  13.     initial size = random(20,60)
  14.     initial color = rgba(255,255,255,255)
  15.     initial velocity = XYZ(random(-20,20),random(-5,110),random(-20,20))
  16.     fade so final color = rgba(0,0,0,0)
  17.     fade so final size = 20
  18.     }
  19.  
  20.   eventsequence "faeries" {
  21.     sourceblendmode = BLEND_LAMP
  22.     loops = 1
  23.     numparticles = 30
  24.     gravity = XYZ(0,-10,0)
  25.     emitrate = 150
  26.     emitradius = xyz(random(-30,30),random(-15,15),random(-30,30))
  27.     lifetime = random(0.2,0.8)
  28.     texture = "effect\\particle\\dust2.bmp"
  29.     initial size = random(20,60)
  30.     initial color = rgba(255,100,0,200)
  31.     initial velocity = XYZ(random(-20,20),random(-5,100),random(-20,20))
  32.     fade so final color = rgba(200,0,0,0)
  33.     fade so final size = 20
  34.     }
  35. }