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:FeuEteindu") == true and eval("/Variables:CapitaineVu") != true)
- {
- tellTarget("/Animatique")
- {
- gotoAndStop("MonteEchelle");
- }
- }
- if(Key.isDown(Key.SPACE) and eval("/Variables:FeuEteindu") == true and eval("/Variables:CapitaineVu") == true)
- {
- tellTarget("/Animatique")
- {
- gotoAndStop("MonteEchelle2");
- }
- }
- }
-