home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / 17-5.swf / scripts / frame_303 / DoAction.as
Encoding:
Text File  |  2003-04-03  |  153 b   |  11 lines

  1. if(_root.mode == "cont")
  2. {
  3.    _root.partend = "yes";
  4.    _root.mcend = "yes";
  5.    with(_root.containerfade)
  6.    {
  7.       play();
  8.    }
  9.    stop();
  10. }
  11.