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

  1. if(this.hitTest(_root.Meg._x,_root.Meg._y,true))
  2. {
  3.    if(Key.isDown(Key.SPACE) and eval("/Variables:ObjetSelect") == 2 and eval("/Variables:FeuEtein") != true)
  4.    {
  5.       tellTarget("/Animatique")
  6.       {
  7.          gotoAndStop("EteinFeu");
  8.          play();
  9.       }
  10.    }
  11. }
  12.