home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / 13-3.swf / scripts / frame_451 / DoAction.as
Text File  |  2003-04-02  |  153b  |  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.