home *** CD-ROM | disk | FTP | other *** search
- if(this.hitTest(_root.Meg._x,_root.Meg._y,true) and eval("/Variables:GrosVu") == true)
- {
- if(Key.isDown(Key.SPACE) and eval("/Variables:ObjetSelect") == 10 and eval("/Variables:BouteillePris") != true)
- {
- set("/Variables:BouteillePris",true);
- tellTarget("/Animatique")
- {
- gotoAndStop("Bouteille2");
- }
- }
- if(Key.isDown(Key.SPACE) and eval("/Variables:ObjetSelect") != 10 and eval("/Variables:BouteillePris") != true and eval("/Variables:GrosVu") == true)
- {
- tellTarget("/Animatique")
- {
- gotoAndStop("Bouteille1");
- }
- }
- }
-