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

  1. on(release){
  2.    if(eflashstatus)
  3.    {
  4.       eflash.gotoAndStop("off");
  5.       enetstatus--;
  6.    }
  7.    if(!copyrightstatus)
  8.    {
  9.       copyright.gotoAndStop("on");
  10.       enetstatus++;
  11.    }
  12.    else
  13.    {
  14.       copyright.gotoAndStop("off");
  15.       enetstatus--;
  16.    }
  17. }
  18.