home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode1.swf / scripts / DefineSprite_2088 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  132 b   |  9 lines

  1. if(this.hitTest(_root.Meg._x,_root.Meg._y,true))
  2. {
  3.    tellTarget("/")
  4.    {
  5.       gotoAndStop("Poupe");
  6.       play();
  7.    }
  8. }
  9.