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

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