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

  1. if(this.hitTest(_root.Meg._x,_root.Meg._y,true))
  2. {
  3.    if(Key.isDown(Key.SPACE))
  4.    {
  5.       tellTarget("/Animatique")
  6.       {
  7.          play();
  8.       }
  9.       tellTarget("/")
  10.       {
  11.          gotoAndStop("BateauVide");
  12.          play();
  13.       }
  14.    }
  15. }
  16.