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

  1. particlesystem "OmiCronHit1" 1.00 {
  2.   position = XYZ(0,0,0)
  3.   eventsequence "faeries" {
  4.     sourceblendmode = BLEND_COLOR
  5.     loops = 1
  6.     numparticles = 100
  7.     gravity = XYZ(0,-20,0)
  8.     emitrate = 140
  9.     emitradius = xyz(random(-80,80),0,random(-80,80))
  10.     lifetime = 3
  11.     texture = "effect\\particle\\Dust1.bmp"
  12.     initial size = 70
  13.     initial color = rgba(random(100,200),200,200,255)
  14.     initial velocity = XYZ(random(-5,5),random(-5,60),random(-5,5))
  15.     fade so at 1.5 color = rgba(0,0,0,0)
  16.     fade so final size = 12
  17.     }
  18. }