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") == 9)
- {
- tellTarget("_root.Animatique")
- {
- gotoAndStop("DescentCale");
- play();
- }
- }
- if(Key.isDown(Key.SPACE) and eval("/Variables:ObjetSelect") != 9 and eval("/Variables:Flag") != true)
- {
- set("/Variables:Flag",true);
- tellTarget("_root.Animatique")
- {
- gotoAndStop("DoorsAreLocked");
- play();
- }
- }
- }
-