home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2003 August / Net_2003_08.iso / fscommand / data1.cab / App_Executables / Effect / Particle / Script / twistJavelin1.part < prev    next >
Encoding:
Text File  |  2003-05-21  |  621 b   |  21 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 = 100
  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 = 40
  19.     fade so final partAngleZ = 400
  20.     }
  21. }