home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2002 April / CMYCHA200204.iso / WehikulCzasu / data1.cab / Time_Machine_Files / Scripts / x_armur1.ses < prev    next >
Text File  |  2000-02-22  |  372b  |  25 lines

  1. !    effets sur les persos
  2. TRANSPARENCY::rendu1
  3. {
  4.     Type = variable 
  5.     VariationType=LINEAR
  6.     NbKeys = 2
  7.     Degree00 = 255,255,255
  8.     Degree60 = 33,33,33
  9. }
  10. TRANSPARENCY::rendu2
  11. {
  12.     Type = substractive_variable 
  13.     VariationType=linear
  14.     NbKeys = 3
  15.     Degree00 = 66,66,66
  16.     Degree50 = 111,111,111
  17.     Degree99 = 66,66,66
  18. }
  19. main
  20. {
  21.     rendu1(35);
  22.     loop()
  23.     {rendu2(30);};
  24. }
  25.