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

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