home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / 13-2.swf / scripts / frame_231 / DoAction.as
Text File  |  2003-04-02  |  126b  |  10 lines

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