home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / midnightstrike1.swf / scripts / DefineSprite_731 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-04-02  |  184 b   |  7 lines

  1. var fader = new com.neodelight.std.ColorFader(_root.levelMc);
  2. var fx0 = {ra:100,rb:0,ga:100,gb:0,ba:100,bb:0,aa:100,ab:0};
  3. this.fader.fadeTo(fx0,1);
  4. while(this.fader.step())
  5. {
  6. }
  7.