home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / 24.swf / scripts / DefineSprite_65 / frame_1 / DoAction.as
Encoding:
Text File  |  2003-03-26  |  197 b   |  11 lines

  1. if(_root.fadein2 == true & _root.busy == false)
  2. {
  3.    _root.busy = true;
  4.    gotoAndPlay(3);
  5. }
  6. if(_root.fadeout2 == true & _root.busy == false)
  7. {
  8.    _root.busy = true;
  9.    gotoAndPlay(5);
  10. }
  11.