home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / frog_day.swf / scripts / DefineSprite_377 / frame_30 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  118 b   |  10 lines

  1. stop();
  2. if(EditButton == "1")
  3. {
  4.    EditButton = "0";
  5.    tellTarget("edit")
  6.    {
  7.       gotoAndStop(2);
  8.    }
  9. }
  10.