home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / MemoryDOGs.swf / scripts / frame_50 / DoAction.as
Encoding:
Text File  |  2001-07-16  |  265 b   |  14 lines

  1. if("0" < where_y and "0" < where_x)
  2. {
  3.    many += "1";
  4.    tellTarget("/Bild_" add where_x add "_" add where_y)
  5.    {
  6.       gotoAndStop(eval("/:pos_" add eval("/:where_x") add "_" add eval("/:where_y")) + "1");
  7.    }
  8. }
  9. else
  10. {
  11.    gotoAndStop(49);
  12. }
  13. play();
  14.