home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / help.swf / scripts / DefineButton2_224 / BUTTONCONDACTION on(rollOut).as < prev   
Encoding:
Text File  |  2003-03-28  |  160 b   |  11 lines

  1. on(rollOut){
  2.    stopDrag();
  3.    _root.fadeout2 = true;
  4.    i = 1;
  5.    while(i < 10)
  6.    {
  7.       eval("_parent.but" + i).gotoAndStop(2);
  8.       i++;
  9.    }
  10. }
  11.