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

  1. particlesystem "Power" 1.00 {
  2.   position = XYZ(0,0,0)
  3.     eventsequence "faeries" {
  4.     sourceblendmode = BLEND_LAMP
  5.     numparticles = 30
  6.     loops = 50
  7.     gravity = XYZ(0,0,0)
  8.     emitrate = 20
  9.     emitradius = xyz(random(-10,10),random(5,15),random(-10,10))
  10.     lifetime = 0.8
  11.     texture = "effect\\particle\\flare.tga"
  12.     initial size = 8
  13.     initial color = rgba(50,50,255,255)
  14.     initial velocity = XYZ(0,random(-20,-50),0)
  15.     fade so final color = rgba(0,0,0,0)
  16.     at 0.1 size = 20
  17.     at 0.2 size = 30
  18.     at 0.3 size = 20
  19.     at 0.4 size = 30
  20.     }
  21. }