home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / help.swf / scripts / DefineSprite_202 / frame_6 / DoAction.as
Encoding:
Text File  |  2003-03-28  |  266 b   |  18 lines

  1. if(_parent._alpha < 0)
  2. {
  3.    _parent._alpha = 0;
  4.    _root.busy = false;
  5.    _root.fadeout9 = false;
  6.    i = 1;
  7.    while(i < 10)
  8.    {
  9.       eval("_parent._parent.but" + i).gotoAndStop(1);
  10.       i++;
  11.    }
  12.    gotoAndPlay(1);
  13. }
  14. else
  15. {
  16.    gotoAndPlay(5);
  17. }
  18.