home *** CD-ROM | disk | FTP | other *** search
- if(this.hitTest(_root.Meg._x,_root.Meg._y,true))
- {
- if(Key.isDown(Key.SPACE) and eval("/Variables:Grille") != true)
- {
- tellTarget("/Animatique")
- {
- gotoAndStop("Echelle1");
- }
- }
- if(Key.isDown(Key.SPACE) and eval("/Variables:Grille") != true and eval("/Variables:ObjetSelect") == 7)
- {
- set("/Variables:Grille",true);
- set("/Variables:CrochetMis",true);
- tellTarget("/Animatique")
- {
- gotoAndStop("Echelle2");
- }
- }
- if(Key.isDown(Key.SPACE) and eval("/Variables:GrilleEnlevee") == true)
- {
- tellTarget("_root")
- {
- gotoAndStop("BateauInit");
- play();
- }
- }
- }
-