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

  1. particlesystem "FireJet" 1.00 {
  2.   position = XYZ(0,100,-50)
  3.   
  4.   eventsequence "FireJet" {
  5.     sourceblendmode = BLEND_LAMP
  6.     numparticles = 9
  7.     gravity = XYZ(0,0,0)
  8.     emitrate = 30
  9.     loops = 1
  10.     lifetime = Random(0.01,0.6)
  11.     texture = "effect\\particle\\light-01.bmp"
  12.     initial color = rgba(255,255,255,255)
  13.     initial size = 25
  14.     initial partangleZ = random(0,360)
  15.     initial velocity = XYZ(random(-2,2),random(-2,2),random(-2,2))
  16.     fade so final color = rgba(0,0,0,0)
  17.     fade so final size = 20
  18.     }
  19.     
  20.     eventsequence "FireJet" {
  21.     sourceblendmode = BLEND_LAMP
  22.     numparticles = 6
  23.     gravity = XYZ(0,0,0)
  24.     emitrate = 40
  25.     loops = 1
  26.     lifetime = Random(0.5,0.9)
  27.     texture = "effect\\particle\\light-02.bmp"
  28.     
  29.     initial color = rgba(255,255,255,255)
  30.     initial size = 20
  31.     initial partAngleZ = random(0,360)
  32.     initial velocity = XYZ(random(-1,1),random(-1,-1),random(-1,1))
  33.     fade so final color = rgba(0,0,0,0)
  34.     fade so partAngleZ = random(0,1500)
  35.     fade so final size = 20
  36.     }
  37. }
  38.  
  39.  
  40.  
  41.