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

  1. particlesystem "snow" 1.00 {
  2.   position = XYZ(0,50,0)
  3.   eventsequence "snow" {
  4.     sourceblendmode = BLEND_LAMP
  5.     numparticles = 100
  6.     gravity = XYZ(0,-3,0)
  7.     emitrate = 3
  8.     emitradius = XYZ(random(-60,60),60,random(-60,60))
  9.  
  10.     lifetime = 20
  11.     texture = "effect\\particle\\flare.tga"
  12.     initial color = rgba(255,255,255,255)
  13.     initial size    = random(2,8)
  14.     initial velocity = XYZ(random(-10,10),0,0)
  15.     at 3 velocityX = random(-3,3)
  16.     at 6 eventtimer = 0.01
  17.   }
  18. }
  19.