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

  1. if(100 < _parent._alpha)
  2. {
  3.    _parent._alpha = 100;
  4.    _root.fadein9 = false;
  5.    _root.busy = false;
  6.    gotoAndPlay(1);
  7. }
  8. else
  9. {
  10.    gotoAndPlay(3);
  11. }
  12.