home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / blobs.swf / scripts / DefineButton2_104 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  216 b   |  14 lines

  1. on(release){
  2.    if(menustatus)
  3.    {
  4.       menu.gotoAndStop("off");
  5.       enetstatus--;
  6.    }
  7.    else
  8.    {
  9.       menu.gotoAndStop("on");
  10.       enetstatus++;
  11.       clickhere.gotoAndStop("stopmenu");
  12.    }
  13. }
  14.