home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / help.swf / scripts / DefineButton2_217 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2003-03-28  |  133 b   |  7 lines

  1. on(release){
  2.    _parent.continuouslabel.gotoAndStop(1);
  3.    _root.helpmode = "cont";
  4.    switchlogo.play();
  5.    gotoAndStop(1);
  6. }
  7.