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

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