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

  1. particlesystem "LeafDown" 1.00 {
  2.   position = XYZ(0,0,0)
  3.   eventsequence "leaf1" {
  4.     sourceblendmode = BLEND_ALPHA
  5.     numparticles = 100
  6.     gravity = XYZ(0,-6,0)
  7.     emitrate = 3
  8.     emitradius = XYZ(random(-60,60),50,random(-60,60))
  9.  
  10.     lifetime = 10
  11.     texture = "effect\\particle\\epc001.tga"
  12.     initial PartAngleX = 0
  13.     initial PartAngleZ = 0
  14.     fade so at 6 PartAngleX = 150
  15.     fade so at 6 PartAngleZ = 150
  16.     initial color = rgba(255,255,255,255)
  17.     initial size = random(3,6)
  18.     initial velocity = XYZ(random(-10,10),0,random(-10,10))
  19.     at 6 eventtimer = 0.01
  20.     }
  21.  
  22.     eventsequence "leaf2" {
  23.     sourceblendmode = BLEND_ALPHA
  24.     numparticles = 100
  25.     gravity = XYZ(0,-6,0)
  26.     emitrate = 3
  27.     emitradius = XYZ(random(-60,60),50,random(-60,60))
  28.  
  29.     lifetime = 10
  30.     texture = "effect\\particle\\epc002.tga"
  31.     initial PartAngleX = 0
  32.     initial PartAngleZ = 0
  33.     fade so at 6 PartAngleX = 150
  34.     fade so at 6 PartAngleZ = 150
  35.     initial color = rgba(255,255,255,255)
  36.     initial size = random(3,6)
  37.     initial velocity = XYZ(random(-10,10),0,random(-10,10))
  38.     at 6 eventtimer = 0.01
  39.     }
  40.  
  41.     eventsequence "leaf3" {
  42.     sourceblendmode = BLEND_ALPHA
  43.     numparticles = 100
  44.     gravity = XYZ(0,-6,0)
  45.     emitrate = 3
  46.     emitradius = XYZ(random(-60,60),50,random(-60,60))
  47.  
  48.     lifetime = 10
  49.     texture = "effect\\particle\\epc003.tga"
  50.     initial PartAngleX = 0
  51.     initial PartAngleZ = 0
  52.     fade so at 6 PartAngleX = 150
  53.     fade so at 6 PartAngleZ = 150
  54.     initial color = rgba(255,255,255,255)
  55.     initial size = random(2,4)
  56.     initial velocity = XYZ(random(-10,10),0,random(-10,10))
  57.     at 6 eventtimer = 0.01
  58.     }
  59. }
  60.