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

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