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:ObjetSelect") == 12 and eval("/Variables:ChaloupeBaissee") != true)
- {
- set("/Variables:ChaloupeBaissee",true);
- tellTarget("/Animatique")
- {
- gotoAndStop("Gear2");
- }
- }
- if(Key.isDown(Key.SPACE) and eval("/Variables:ObjetSelect") != 12 and eval("/Variables:ChaloupeBaissee") != true)
- {
- tellTarget("/Animatique")
- {
- gotoAndStop("Gear1");
- }
- }
- }
-